Home
last modified time | relevance | path

Searched refs:time_unit (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doggparseogm.c44 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 Dreport.py128 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 Dcomplexity.cc216 double multiplier = GetTimeUnitMultiplier(reports[0].time_unit);
237 rms.time_unit = reports[0].time_unit;
H A Dreporter.cc107 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 Dstatistics.cc192 data.time_unit = reports[0].time_unit; in ComputeStats()
H A Dbenchmark_api_internal.h30 TimeUnit time_unit() const { return time_unit_; } in time_unit() function in benchmark::internal::BenchmarkInstance
H A Djson_reporter.cc278 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
285 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
H A Dcsv_reporter.cc35 "time_unit", "bytes_per_second", "items_per_second", "label",
132 Out << GetTimeUnitString(run.time_unit); in PrintRunData()
H A Dbenchmark_runner.cc88 report.time_unit = b.time_unit(); in CreateRunReport()
H A Dconsole_reporter.cc163 const char* timeLabel = GetTimeUnitString(result.time_unit); in PrintRunData()
/third_party/python/Lib/
H A Dtimeit.py277 time_unit = None
287 time_unit = a
341 unit = time_unit
/third_party/skia/tools/calmbench/
H A Dab.py126 time_unit = matches.group(2)
127 add_time(args, name, bench, float(time_num), time_unit)
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1747 time_unit(GetDefaultTimeUnit()), in Run()
1774 TimeUnit time_unit; member
1779 // specified by 'time_unit'.
1785 // specified by 'time_unit'.

Completed in 9 milliseconds