Searched refs:exec_time (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap2.c | 158 float exec_time = 24; in main() local 204 exec_time = atof(optarg); in main() 205 if (exec_time == 0) in main() 207 "time %f hrs", exec_time = (float)24); in main() 218 "\tSize of temp file in MB: %lu\n", exec_time, fsize); in main() 227 alarm(exec_time * 3600.00); in main()
|
D | mmap3.c | 47 static float exec_time = 24; variable 129 alarm(exec_time * 3600); in test_mmap() 158 if (tst_parse_float(str_exec_time, &exec_time, 0.0005, 9000)) in setup() 161 tst_set_timeout(exec_time * 3600 + 300); in setup() 175 tst_res(TINFO, "Execution time %fH", exec_time); in setup()
|
D | shmat1.c | 394 double exec_time; /* period for which the test is executed */ in main() local 421 exec_time = 24.0; /* minimum time period for which to run the tests */ in main() 433 if ((exec_time = atof(optarg)) == 0) in main() 434 exec_time = 24; in main() 445 "\tnumber of shmat shm detach: [%d]\n", exec_time, num_iter); in main() 464 alarm(exec_time * 3600.00); in main()
|
D | mmap1.c | 35 static float exec_time = 0.05; /* default is 3 min */ variable 195 if (tst_parse_float(str_exec_time, &exec_time, 0, FLT_MAX)) { in setup() 205 tst_set_timeout((int)(exec_time * 3600)); in setup()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | profiling.py | 60 def exec_time(self): member in ProfileDatum 77 self.total_exec_time = profile_datum.exec_time 91 self.total_exec_time += profile_datum.exec_time
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 194 auto& exec_time = (*exec_.mutable_accelerator_execs())[e.first]; in ToProto() local 196 auto* t = exec_time.mutable_times()->Add(); in ToProto() 204 auto& exec_time = (*exec_.mutable_cpu_execs())[e.first]; in ToProto() local 206 auto* t = exec_time.mutable_times()->Add(); in ToProto() 243 for (const auto& exec_time : exec_.accelerator_execs()) { in FromProto() local 244 auto& exec = accelerator_execs_[exec_time.first]; in FromProto() 245 auto& op_exec = op_execs_[exec_time.first]; in FromProto() 246 for (const auto& p : exec_time.second.times()) { in FromProto() 251 for (const auto& exec_time : exec_.cpu_execs()) { in FromProto() local 252 auto& exec = cpu_execs_[exec_time.first]; in FromProto() [all …]
|
/external/autotest/client/tools/ |
D | html_report.py | 1565 exec_time = '' 1569 exec_time = temp[1] + ' ' + parts[6] + ' ' + parts[7] 1571 result['time'] = exec_time
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 1129 int64_t exec_time = acc_ticks.Milliseconds(); in void_main() local 1131 exec_time * 0.001, primary_count * 0.01); in void_main() 1134 (exec_time * 1.0) / primary_count, in void_main() 1139 (exec_time * 1000) / primary_count, "us", false); in void_main()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | memory_optimizer.cc | 996 Costs::NanoSeconds exec_time = in IdentifySwappingCandidates() local 1000 op_completion_times.emplace(node_stats.node_name(), exec_time); in IdentifySwappingCandidates()
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 149 exec_time: 0.0462
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 149 exec_time: 0.0462
|