Home
last modified time | relevance | path

Searched refs:run_time (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/pan/
H A Dltp-pan.c176 int run_time = -1; in main() local
262 case 't': /* run_time to run */ in main()
263 ret = sscanf(optarg, "%d%c", &run_time, &modifier); in main()
272 " assuming %c\n", run_time, modifier); in main()
276 run_time = run_time; in main()
279 run_time = run_time * 60; in main()
282 run_time = run_time * 6 in main()
[all...]
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h93 unsigned long run_time = // NOLINT(google-runtime-int) in BenchCLI() local
95 if ((end == argv[1]) || (run_time > UINT32_MAX)) { in BenchCLI()
100 run_time_ = static_cast<uint32_t>(run_time); in BenchCLI()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dfs-metadata.sh35 local run_time=$(expr $end_ts - $K_START_TS)
37 k_result "Finish fs-metadata testing within $run_time secs, $total_nr metadata "
92 echo -e "\ttree_depth node_number threads run_time(secs) [result_file] [temp_dir] [log_file]\n"
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c162 static void set_timer(int run_time) in set_timer() argument
170 timer.it_value.tv_sec = (time_t) (run_time * 3600.0); in set_timer()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7310 auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime()));
7311 auto&& test = Detail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(run_time), 1, fun);

Completed in 19 milliseconds