Home
last modified time | relevance | path

Searched defs:min_time (Results 1 – 11 of 11) sorted by relevance

/third_party/benchmark/test/
Dbenchmark_min_time_flag_time_test.cc31 virtual void ReportRunsConfig(double min_time, bool /* has_explicit_iters */, in ReportRunsConfig()
/third_party/benchmark/src/
Dbenchmark_api_internal.h38 double min_time() const { return min_time_; } in min_time() function
Dbenchmark_runner.h91 const double min_time; variable
Dbenchmark_runner.cc205 double min_time = std::strtod(value.c_str(), &p_end); in ParseBenchMinTime() local
/third_party/benchmark/include/benchmark/
Dbenchmark.h1709 std::string min_time; member
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c867 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp983 double min_time = data->stats_min.stats[s] / data->time_dividor; in compute_swapchain_display() local
/third_party/tzdata/
Dzic.c896 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable
/third_party/libabigail/tests/lib/
Dcatch.hpp7309 auto min_time = env.clock_resolution.mean * Detail::minimum_ticks; in prepare() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h41731 long int min_time; member