Searched refs:time_unit (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | oggparseogm.c | 44 uint64_t time_unit; in ogm_header() local 85 time_unit = bytestream2_get_le64(&p); in ogm_header() 87 if (!time_unit || !spu) { in ogm_header() 98 avpriv_set_pts_info(st, 64, time_unit, spu * 10000000); in ogm_header() 103 st->codecpar->sample_rate = spu * 10000000 / time_unit; in ogm_header()
|
/third_party/benchmark/tools/gbench/ |
H A D | report.py | 128 return ('time_unit' in x and 'real_time' in x and 'cpu_time' in x) 142 time_unit = None 147 time_unit = x['time_unit'] 149 if time_unit is None: 154 x['time_unit'] == time_unit] 156 x['time_unit'] == time_unit] 164 time_unit, a [all...] |
/third_party/benchmark/src/ |
H A D | complexity.cc | 216 double multiplier = GetTimeUnitMultiplier(reports[0].time_unit); 237 rms.time_unit = reports[0].time_unit;
|
H A D | reporter.cc | 107 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() 113 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime()
|
H A D | statistics.cc | 192 data.time_unit = reports[0].time_unit; in ComputeStats()
|
H A D | benchmark_api_internal.h | 30 TimeUnit time_unit() const { return time_unit_; } in time_unit() function in benchmark::internal::BenchmarkInstance
|
H A D | json_reporter.cc | 278 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); 285 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
|
H A D | csv_reporter.cc | 35 "time_unit", "bytes_per_second", "items_per_second", "label", 132 Out << GetTimeUnitString(run.time_unit); in PrintRunData()
|
H A D | benchmark_runner.cc | 88 report.time_unit = b.time_unit(); in CreateRunReport()
|
H A D | console_reporter.cc | 163 const char* timeLabel = GetTimeUnitString(result.time_unit); in PrintRunData()
|
/third_party/python/Lib/ |
H A D | timeit.py | 277 time_unit = None 287 time_unit = a 341 unit = time_unit
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 126 time_unit = matches.group(2) 127 add_time(args, name, bench, float(time_num), time_unit)
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1747 time_unit(GetDefaultTimeUnit()), in Run() 1774 TimeUnit time_unit; member 1779 // specified by 'time_unit'. 1785 // specified by 'time_unit'.
|
Completed in 9 milliseconds