Searched refs:totalStartupTime (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
D | CameraStartUp.java | 90 private void writeToOutputFile(long totalStartupTime, in writeToOutputFile() argument 99 out.write("First " + Type + " Startup: " + totalStartupTime + "\n"); in writeToOutputFile() 101 long averageStartupTime = totalStartupTime / (TOTAL_NUMBER_OF_STARTUP -1); in writeToOutputFile() 117 long totalStartupTime = 0; in testLaunchVideo() local 126 totalStartupTime += startupTime; in testLaunchVideo() 130 Log.v(TAG, "totalStartupTime =" + totalStartupTime); in testLaunchVideo() 131 writeToOutputFile(totalStartupTime, individualStartupTime, false, "Video"); in testLaunchVideo() 137 long totalStartupTime = 0; in testLaunchCamera() local 146 totalStartupTime += startupTime; in testLaunchCamera() 150 Log.v(TAG, "totalStartupTime =" + totalStartupTime); in testLaunchCamera() [all …]
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
D | CameraStartUp.java | 91 private void writeToOutputFile(long totalStartupTime, in writeToOutputFile() argument 100 out.write("First " + Type + " Startup: " + totalStartupTime + "\n"); in writeToOutputFile() 102 long averageStartupTime = totalStartupTime / (TOTAL_NUMBER_OF_STARTUP -1); in writeToOutputFile() 119 long totalStartupTime = 0; in testLaunchVideo() local 128 totalStartupTime += startupTime; in testLaunchVideo() 132 Log.v(TAG, "totalStartupTime =" + totalStartupTime); in testLaunchVideo() 133 writeToOutputFile(totalStartupTime, individualStartupTime, false, "Video"); in testLaunchVideo() 140 long totalStartupTime = 0; in testLaunchCamera() local 149 totalStartupTime += startupTime; in testLaunchCamera() 153 Log.v(TAG, "totalStartupTime =" + totalStartupTime); in testLaunchCamera() [all …]
|