Home
last modified time | relevance | path

Searched defs:exec_time (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/library/test/src/
Dtests.rs358 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
364 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
370 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
470 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
Devent.rs13 pub exec_time: Option<TestExecTime>, field
Dconsole.rs92 pub exec_time: Option<TestSuiteExecTime>, field
279 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
Dlib.rs650 let exec_time = start.map(|start| { in run_test_in_process() localVariable
710 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
/third_party/ltp/testcases/kernel/mem/mtest06/
Dmmap2.c158 float exec_time = 24; in main() local
Dshmat1.c394 double exec_time; /* period for which the test is executed */ in main() local
/third_party/rust/rust/src/bootstrap/
Drender_tests.rs374 exec_time: f64, field
397 exec_time: Option<f64>, field