Searched refs:measurements (Results 26 - 50 of 56) sorted by relevance

123

/external/chromium_org/tools/perf/measurements/
H A Drecord_per_area.py7 from measurements import smoothness
H A Dscreenshot_unittest.py9 from measurements import screenshot
H A Dskpicture_printer_unittest.py8 from measurements import skpicture_printer
H A Dloading_trace.py4 from measurements import timeline_controller
H A Drepaint.py5 from measurements import smoothness_controller
H A Dsession_restore.py7 from measurements import startup
H A Dsmoothness.py6 from measurements import smoothness_controller
H A Dthread_times.py4 from measurements import timeline_controller
H A Drepaint_unittest.py5 from measurements import repaint
H A Drasterize_and_record_micro_unittest.py7 from measurements import rasterize_and_record_micro
H A Dtimeline_controller.py4 from measurements import smooth_gesture_util
74 # If there is no other smooth records, we make measurements on time range
H A Dsmoothness_controller.py6 from measurements import smooth_gesture_util
91 # If there is no other smooth records, we make measurements on time range
H A Dpage_cycler_unittest.py12 from measurements import page_cycler
/external/chromium_org/tools/telemetry/examples/
H A Dmeasure_trace.py23 from measurements import smoothness_controller
24 from measurements import smooth_gesture_util
/external/chromium_org/tools/perf/benchmarks/
H A Dstartup.py5 from measurements import startup
H A Dthread_times.py6 from measurements import thread_times
H A Dmedia.py5 from measurements import media
H A Dpage_cycler.py5 from measurements import page_cycler
H A Dsmoothness.py7 from measurements import smoothness
/external/bzip2/
H A DAndroid.mk18 # measurements show that the ARM version of ZLib is about x1.17 faster
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Druler_track.js52 this.classList.remove('ruler-track-with-distance-measurements');
54 this.classList.add('ruler-track-with-distance-measurements');
152 var measurements = this.classList.contains(
153 'ruler-track-with-distance-measurements');
155 var rulerHeight = measurements ? height / 2 : height;
253 if (measurements) {
/external/zlib/
H A DAndroid.mk4 # measurements show that the ARM version of ZLib is about x1.17 faster
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp486 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
491 bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between test cases).
657 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
1834 bool ShaderCompilerCase::goodEnoughMeasurements (const vector<Measurement>& measurements) const
1836 if ((int)measurements.size() < m_minimumMeasurementCount)
1840 if ((int)measurements.size() >= m_maximumMeasurementCount)
1845 for (int i = 0; i < (int)measurements.size(); i++)
1846 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw());
1854 // Before actual measurements, compile and draw with a dummy shader to avoid possible initial slowdowns in the actual test.
1882 vector<Measurement> measurements;
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp486 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
491 bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between test cases).
657 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
1854 bool ShaderCompilerCase::goodEnoughMeasurements (const vector<Measurement>& measurements) const
1856 if ((int)measurements.size() < m_minimumMeasurementCount)
1860 if ((int)measurements.size() >= m_maximumMeasurementCount)
1865 for (int i = 0; i < (int)measurements.size(); i++)
1866 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw());
1874 // Before actual measurements, compile and draw with a dummy shader to avoid possible initial slowdowns in the actual test.
1902 vector<Measurement> measurements;
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Ddriver.py62 test_time=0, measurements=None, timeout=False, error='', crashed_process_name='??',
77 self.measurements = measurements
206 crash=crashed, test_time=time.time() - test_begin_time, measurements=self._measurements,

Completed in 182 milliseconds

123