Searched refs:run_time (Results 1 - 13 of 13) sorted by relevance
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 93 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/pan/ |
H A D | ltp-pan.c | 176 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/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
H A D | fs-metadata.sh | 35 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"
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 621 int shmid, run_time = 20 * 60; in main() local 642 run_time = strtoul(optarg, NULL, 10); in main() 679 printf("Timeout: %d seconds\n", run_time); in main() 706 alarm(run_time); in main()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | acct.c | 420 u64 elapsed, run_time; in fill_ac() local 433 /* calculate run_time in nsec*/ in fill_ac() 434 run_time = ktime_get_ns(); in fill_ac() 435 run_time -= current->group_leader->start_time; in fill_ac() 437 elapsed = nsec_to_AHZ(run_time); in fill_ac()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | acct.c | 437 u64 elapsed, run_time; in fill_ac() local 450 /* calculate run_time in nsec*/ in fill_ac() 451 run_time = ktime_get_ns(); in fill_ac() 452 run_time -= current->group_leader->start_time; in fill_ac() 454 elapsed = nsec_to_AHZ(run_time); in fill_ac()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 620 int shmid, run_time = 20 * 60; in main() local 641 run_time = strtoul(optarg, NULL, 10); in main() 678 printf("Timeout: %d seconds\n", run_time); in main() 705 alarm(run_time); in main()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 162 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()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind.c | 132 unsigned long run_time; member 1820 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind.c | 132 unsigned long run_time; member 1820 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4402 run_time = '%.0f' % (tTotal * 1000) 4409 thtml = html_timetotal3.format(run_time, testdesc)
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4659 run_time = '%.0f' % (tTotal * 1000) 4666 thtml = html_timetotal3.format(run_time, testdesc)
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 7310 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 42 milliseconds