Home
last modified time | relevance | path

Searched refs:reportStart (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_benchmark.h34 reportStart(); in BenchmarkLooper()
48 void reportStart();
Dcatch_benchmark.cpp20 void BenchmarkLooper::reportStart() { in reportStart() function in Catch::BenchmarkLooper
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java107 long reportStart = System.nanoTime(); in run() local
116 double reportDuration = now - reportStart; in run()
124 reportStart = now; in run()
/external/catch2/single_include/catch2/
Dcatch.hpp2587 reportStart(); in BenchmarkLooper()
2601 void reportStart();
6457 void BenchmarkLooper::reportStart() { in reportStart() function in Catch::BenchmarkLooper