Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs341 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
347 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
353 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
453 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
H A Dconsole.rs85 pub exec_time: Option<TestSuiteExecTime>, field
272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
H A Dlib.rs648 let exec_time = start.map(|start| { in run_test_in_process() localVariable
708 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
H A Devent.rs13 pub exec_time: Option<TestExecTime>, field
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs341 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
347 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
353 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
453 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
H A Dconsole.rs85 pub exec_time: Option<TestSuiteExecTime>, field
272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
H A Dlib.rs649 let exec_time = start.map(|start| { in run_test_in_process() localVariable
709 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
H A Devent.rs13 pub exec_time: Option<TestExecTime>, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs341 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
347 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
353 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
453 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
H A Dconsole.rs85 pub exec_time: Option<TestSuiteExecTime>, field
272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
H A Dlib.rs648 let exec_time = start.map(|start| { in run_test_in_process() localVariable
708 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
H A Devent.rs13 pub exec_time: Option<TestExecTime>, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs341 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
347 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
353 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
453 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
H A Dconsole.rs85 pub exec_time: Option<TestSuiteExecTime>, field
272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
H A Dlib.rs648 let exec_time = start.map(|start| { in run_test_in_process() localVariable
708 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
H A Devent.rs13 pub exec_time: Option<TestExecTime>, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs341 let exec_time = rx.recv().unwrap().exec_time; in report_time_test_template() localVariable
347 let exec_time = report_time_test_template(false); in test_should_not_report_time() localVariable
353 let exec_time = report_time_test_template(true); in test_should_report_time() localVariable
453 let exec_time = test_exec_time(*time as u64); in test_time_options_threshold() localVariable
H A Dconsole.rs85 pub exec_time: Option<TestSuiteExecTime>, field
272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
H A Dlib.rs649 let exec_time = start.map(|start| { in run_test_in_process() localVariable
709 let exec_time = start.map(|start| { in spawn_test_subprocess() localVariable
H A Devent.rs13 pub exec_time: Option<TestExecTime>, field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h193 auto& exec_time = (*exec_.mutable_accelerator_execs())[e.first]; in ToProto() local
203 auto& exec_time = (*exec_.mutable_cpu_execs())[e.first]; in ToProto() local
242 for (const auto& exec_time : exec_.accelerator_execs()) { in FromProto() local
250 for (const auto& exec_time : exec_.cpu_execs()) { in FromProto() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Dprofiling.py56 def exec_time(self): member in ProfileDatum
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c158 float exec_time = 24; in main() local
H A Dshmat1.c394 double exec_time; /* period for which the test is executed */ in main() local
/aosp_15_r20/system/vold/bench/inodeop_bench/
H A Dinodeop_bench.cpp42 time_unit exec_time; member

12