Home | History | Annotate | Download | only in benchmark

Lines Matching defs:TimeUnit

370 // TimeUnit is passed to a benchmark in order to specify the order of magnitude
372 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond };
676 Benchmark* Unit(TimeUnit unit);
835 TimeUnit time_unit_;
1216 TimeUnit time_unit;
1363 inline const char* GetTimeUnitString(TimeUnit unit) {
1375 inline double GetTimeUnitMultiplier(TimeUnit unit) {