Searched refs:measurements (Results 1 - 9 of 9) sorted by relevance
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 27 struct measurements { struct 54 push_frequency(struct measurements *m, double freq) in push_frequency() 69 print_current_values(const struct measurements *m) in print_current_values() 93 handle_event(struct measurements *m, const struct input_event *ev) in handle_event() 134 mainloop(struct libevdev *dev, struct measurements *m) { in mainloop() 170 mean_frequency(struct measurements *m) in mean_frequency() 197 print_summary(struct libevdev *dev, struct measurements *m) in print_summary() 250 struct measurements measurements = {0}; in main() local 283 rc = mainloop(dev, &measurements); in main() [all...] |
/third_party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 168 std::vector<std::pair<std::string, double>> measurements; in TEST() local 186 EXPECT_TRUE(counter.Stop(measurements) || (i >= kMinValidCounters)); in TEST() 192 measurements.clear(); in TEST() 194 EXPECT_TRUE(counter.Stop(measurements) || (i >= kMinValidCounters)); in TEST() 301 std::vector<std::pair<std::string, double>> measurements; in TEST() local 304 EXPECT_TRUE(counter.Stop(measurements)); in TEST()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 486 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 minimal shader to avoid possible initial slowdowns in the actual test. 1902 vector<Measurement> measurements; [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderCompilationCases.cpp | 486 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 minimal shader to avoid possible initial slowdowns in the actual test. 1882 vector<Measurement> measurements; [all...] |
/third_party/benchmark/src/ |
H A D | perf_counters.h | 169 std::vector<std::pair<std::string, double>>& measurements) { in Stop() 180 measurements.push_back({counters_.names()[i], measurement}); in Stop() 168 Stop( std::vector<std::pair<std::string, double>>& measurements) Stop() argument
|
H A D | benchmark.cc | 236 std::vector<std::pair<std::string, double>> measurements; in PauseTiming() local 237 if (!perf_counters_measurement_->Stop(measurements)) { in PauseTiming() 240 for (const auto& name_and_measurement : measurements) { in PauseTiming()
|
/third_party/benchmark/tools/gbench/ |
H A D | report.py | 260 measurements = [] 266 measurements.append({ 290 # Store only if we had any measurements for given benchmark. 294 if measurements: 300 'measurements': measurements, 313 'measurements': [{ 364 for measurement in benchmark['measurements']: 380 # After processing the measurements, if requested and 481 'measurements' [all...] |
/third_party/mbedtls/scripts/ |
H A D | lcov.sh | 24 -r Reset traces. Run this before re-testing to get fresh measurements.
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | CollPerf.pl | 215 <li>As with all performance measurements, the results will vary according to
|
Completed in 9 milliseconds