Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Dbenchmark_name_gtest.cc31 name.min_time = "min_time:3.4s"; in TEST()
32 EXPECT_EQ(name.str(), "function_name/some_args:3/4/min_time:3.4s"); in TEST()
46 name.min_time = "min_time:3.4s"; in TEST()
48 EXPECT_EQ(name.str(), "function_name/min_time:3.4s/iterations:42"); in TEST()
54 name.min_time = "min_time:3.4s"; in TEST()
56 EXPECT_EQ(name.str(), "function_name/min_time:3.4s/repetitions:24"); in TEST()
62 name.min_time in TEST()
[all...]
H A Dbenchmark_min_time_flag_time_test.cc31 virtual void ReportRunsConfig(double min_time, bool /* has_explicit_iters */,
33 min_times_.push_back(min_time);
58 // Check the min_time in DoTestHelper()
/third_party/benchmark/src/
H A Dbenchmark_runner.cc150 if (!IsZero(b.min_time())) return b.min_time(); in ComputeMinTime()
152 // min_time. in ComputeMinTime()
205 double min_time = std::strtod(value.c_str(), &p_end); in ParseBenchMinTime() local
215 ret.time = min_time; in ParseBenchMinTime()
227 min_time(ComputeMinTime(b_, parsed_benchtime_flag)), in BenchmarkRunner()
228 min_warmup_time((!IsZero(b.min_time()) && b.min_warmup_time() > 0.0) in BenchmarkRunner()
356 // min_time or min_warmup_time. This function will figure out if we are in the in GetMinTimeToApply()
358 // in the benchmarking phase and min_time needs to be applied. in GetMinTimeToApply()
359 return warmup_done ? min_time in GetMinTimeToApply()
[all...]
H A Dbenchmark_runner.h78 double GetMinTime() const { return min_time; } in GetMinTime()
91 const double min_time; member in benchmark::internal::BenchmarkRunner
H A Dbenchmark_name.cc56 return join('/', function_name, args, min_time, min_warmup_time, iterations, in str()
H A Dbenchmark_api_internal.h38 double min_time() const { return min_time_; } in min_time() function in benchmark::internal::BenchmarkInstance
H A Dbenchmark_api_internal.cc51 name_.min_time = StrFormat("min_time:%0.3f", benchmark_.min_time_); in BenchmarkInstance()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c867 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable
1245 z.z_untiltime > min_time && in inzsub()
1247 zones[nzones - 1].z_untiltime > min_time && in inzsub()
1327 if (dayoff < min_time / SECSPERDAY) { in inleap()
1627 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone()
2361 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone()
2363 if (useuntil && zp->z_untiltime <= min_time) in outzone()
2469 addtt(min_time, type); in outzone()
2522 if (jtime == min_time || in outzone()
2682 if (starttime <= min_time || in addtt()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable
1244 z.z_untiltime > min_time && in inzsub()
1246 zones[nzones - 1].z_untiltime > min_time && in inzsub()
1326 if (dayoff < min_time / SECSPERDAY) { in inleap()
1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone()
2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone()
2362 if (useuntil && zp->z_untiltime <= min_time) in outzone()
2468 addtt(min_time, type); in outzone()
2521 if (jtime == min_time || in outzone()
2681 if (starttime <= min_time || in addtt()
[all...]
/third_party/tzdata/
H A Dzic.c892 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable
912 intmax_t lo = min_time, hi = max_time; in timerange_option()
928 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option()
930 lo_time = max(lo, min_time); in timerange_option()
1981 z.z_untiltime > min_time && in inzsub()
1983 zones[nzones - 1].z_untiltime > min_time && in inzsub()
2066 if (dayoff < min_time / SECSPERDAY) { in getleapdatetime()
2533 thismin = min_time; in writezone()
3212 if (min_time < lo_time || hi_time < max_time) in outzone()
3221 bool usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone()
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp983 double min_time = data->stats_min.stats[s] / data->time_dividor; in compute_swapchain_display() local
987 NULL, min_time, max_time, in compute_swapchain_display()
991 min_time, max_time); in compute_swapchain_display()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1709 std::string min_time; member
1839 virtual void ReportRunsConfig(double /*min_time*/, in ReportRunsConfig()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7309 auto min_time = env.clock_resolution.mean * Detail::minimum_ticks;
7310 auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime()));
7312 int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed));

Completed in 36 milliseconds