/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 341 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 D | console.rs | 85 pub exec_time: Option<TestSuiteExecTime>, field 272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
|
H A D | lib.rs | 648 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 D | event.rs | 13 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 D | tests.rs | 341 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 D | console.rs | 85 pub exec_time: Option<TestSuiteExecTime>, field 272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
|
H A D | lib.rs | 649 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 D | event.rs | 13 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 D | tests.rs | 341 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 D | console.rs | 85 pub exec_time: Option<TestSuiteExecTime>, field 272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
|
H A D | lib.rs | 648 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 D | event.rs | 13 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 D | tests.rs | 341 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 D | console.rs | 85 pub exec_time: Option<TestSuiteExecTime>, field 272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
|
H A D | lib.rs | 648 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 D | event.rs | 13 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 D | tests.rs | 341 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 D | console.rs | 85 pub exec_time: Option<TestSuiteExecTime>, field 272 let exec_time = &completed_test.exec_time; in on_test_event() localVariable
|
H A D | lib.rs | 649 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 D | event.rs | 13 pub exec_time: Option<TestExecTime>, field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_node.h | 193 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 D | profiling.py | 56 def exec_time(self): member in ProfileDatum
|
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 158 float exec_time = 24; in main() local
|
H A D | shmat1.c | 394 double exec_time; /* period for which the test is executed */ in main() local
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 42 time_unit exec_time; member
|