/third_party/boost/libs/container/bench/ |
D | bench_set.hpp | 166 cpu_timer total_time; in copy_destroy_time() local 171 total_time.resume(); in copy_destroy_time() 181 total_time.stop(); in copy_destroy_time() 183 total_time.stop(); in copy_destroy_time() 188 …std::cout << " Total time = " << boost::timer::format(total_time.elapsed(), boost… in copy_destroy_time() 189 return total_time.elapsed(); in copy_destroy_time() 199 cpu_timer total_time; in construct_time() local 204 total_time.resume(); in construct_time() 207 total_time.stop(); in construct_time() 210 total_time.resume(); in construct_time() [all …]
|
/third_party/curl/docs/examples/ |
D | fileupload.c | 36 curl_off_t speed_upload, total_time; in main() local 76 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME_T, &total_time); in main() 81 (total_time / 1000000), (long)(total_time % 1000000)); in main()
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | aicpu_data_parser.py | 86 … total_time = float(thread_list[self._total_time_index].split('=')[-1].split()[0]) / self._ms_unit 89 return [number, node_type_name, total_time, dispatch_time, exe_time, 127 total_time = result[2] 128 ai_cpu_total_time_summary += total_time 153 total_time = 0 159 total_time = aicpu_item[-1] 175 'total_time': float(total_time),
|
D | optime_parser.py | 102 total_time = 0 109 total_time += avg_time 111 result_data += ("total op %s 0" % (str(total_time)))
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | trace-parser.py | 36 …total_time = sum(self.times_blit) + sum(self.times_sysmem) + sum(self.times_gmem) + sum(self.times… 49 prologue_time, 100.0 * prologue_time / total_time, 50 binning_time, 100.0 * binning_time / total_time, 51 restore_clear_time, 100.0 * restore_clear_time / total_time, 52 draw_time, 100.0 * draw_time / total_time, 53 resolve_time, 100.0 * resolve_time / total_time, 54 sum(self.times_blit), 100.0 * sum(self.times_blit) / total_time, 55 sum(self.times_compute), 100.0 * sum(self.times_compute) / total_time, 56 sum(self.times_gmem), 100.0 * sum(self.times_gmem) / total_time, 57 sum(self.times_sysmem), 100.0 * sum(self.times_sysmem) / total_time, [all …]
|
/third_party/mindspore/mindspore/profiler/common/ |
D | util.py | 242 total_time = get_field_value(average_info, 'total', header) 246 'total_time': total_time, 248 'iteration_interval_percent': calculate_percent(iteration_interval, total_time), 255 'fp_and_bp_percent': calculate_percent(fp_and_bp, total_time), 257 'tail_percent': calculate_percent(tail, total_time) 263 'fp_percent': calculate_percent(fp, total_time)
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 64 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument 84 *total_time = filetime_to_scalar(ftNow) - filetime_to_scalar(ftCreation); in get_cpu_stats() 90 *total_time *= sysInfo.dwNumberOfProcessors; in get_cpu_stats() 101 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument 168 *total_time = *busy_time + cp_time[CP_IDLE]; in get_cpu_stats() 176 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() argument 209 *total_time = *busy_time; in get_cpu_stats() 213 *total_time += v[i]; in get_cpu_stats()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstmpegaudioparse.c | 844 GstClockTime total_time; in gst_mpeg_audio_parse_handle_first_frame() local 902 if ((total_time = mp3parse->xing_total_time) && in gst_mpeg_audio_parse_handle_first_frame() 905 8 * GST_SECOND, total_time); in gst_mpeg_audio_parse_handle_first_frame() 1012 GstClockTime total_time; in gst_mpeg_audio_parse_handle_first_frame() local 1056 if ((total_time = mp3parse->vbri_total_time) && in gst_mpeg_audio_parse_handle_first_frame() 1059 8 * GST_SECOND, total_time); in gst_mpeg_audio_parse_handle_first_frame() 1184 GstClockTime total_time; in gst_mpeg_audio_parse_time_to_bytepos() local 1189 (total_time = mp3parse->xing_total_time)) { in gst_mpeg_audio_parse_time_to_bytepos() 1193 gst_util_guint64_to_gdouble (total_time), 0.0, 100.0); in gst_mpeg_audio_parse_time_to_bytepos() 1210 (total_time = mp3parse->vbri_total_time)) { in gst_mpeg_audio_parse_time_to_bytepos() [all …]
|
/third_party/mindspore/tests/st/pynative/ |
D | test_pynative_lenet.py | 152 total_time = 0 162 total_time = total_time + cost_time 192 total_time = 0 199 total_time = total_time + cost_time
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 272 gint64 total_time = -1; in gst_ogg_pad_src_query() local 279 if (ogg->total_time != -1) { in gst_ogg_pad_src_query() 281 total_time = ogg->total_time; in gst_ogg_pad_src_query() 297 total_time = in gst_ogg_pad_src_query() 302 GST_TIME_FORMAT, length, bitrate, GST_TIME_ARGS (total_time)); in gst_ogg_pad_src_query() 308 gst_query_set_duration (query, GST_FORMAT_TIME, total_time); in gst_ogg_pad_src_query() 323 stop = ogg->total_time; in gst_ogg_pad_src_query() 361 stop = ogg->total_time; in gst_ogg_pad_src_query() 656 ipad->map.total_time = -1; in gst_ogg_demux_chain_peer() 659 if (ogg->total_time == -1) { in gst_ogg_demux_chain_peer() [all …]
|
D | gstoggdemux.h | 68 GstClockTime total_time; /* the total time of this chain, this is the MAX of member 156 GstClockTime total_time; member
|
D | gstoggstream.h | 71 guint64 total_time; member
|
/third_party/python/Tools/importbench/ |
D | importbench.py | 26 total_time = 0 28 while total_time < seconds: 30 total_time += timer.timeit(1) 36 if total_time > seconds:
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/ |
D | benchmark.cc | 164 float total_time = (float)(end_time - start_time) / 1000.0f; in main() local 165 printf("total time: %.5fms, per time: %.5fms\n", total_time, total_time / loop_count); in main()
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/ |
D | benchmark.cc | 164 float total_time = (float)(end_time - start_time) / 1000.0f; in main() local 165 printf("total time: %.5fms, per time: %.5fms\n", total_time, total_time / loop_count); in main()
|
/third_party/boost/libs/multiprecision/example/ |
D | cpp_int_mul_timing.cpp | 222 float total_time = 0.0F; in main() local 234 while((total_time = (float(std::clock() - start) / float(CLOCKS_PER_SEC))) < 10.0F); in main() 252 const float kops_per_sec = (float(count) / total_time) / 1000.0F; in main()
|
D | hypergeometric_luke_algorithms.cpp | 646 float total_time = 0.0F; in main() local 678 …total_time += STD_CHRONO::duration_cast<STD_CHRONO::duration<float> >(my_stopwatch.elapsed()).coun… in main() 706 …total_time += STD_CHRONO::duration_cast<STD_CHRONO::duration<float> >(my_stopwatch.elapsed()).coun… in main() 734 …total_time += STD_CHRONO::duration_cast<STD_CHRONO::duration<float> >(my_stopwatch.elapsed()).coun… in main() 762 …total_time += STD_CHRONO::duration_cast<STD_CHRONO::duration<float> >(my_stopwatch.elapsed()).coun… in main() 790 …total_time += STD_CHRONO::duration_cast<STD_CHRONO::duration<float> >(my_stopwatch.elapsed()).coun… in main() 800 std::cout << "Total execution time = " << std::setprecision(3) << total_time << "s" << std::endl; in main()
|
/third_party/mindspore/tests/st/nontask_sink/ |
D | test_lenet.py | 143 total_time = 0 153 total_time = total_time + cost_time
|
/third_party/mindspore/tests/st/pynative/ms_function/ |
D | test_pynative_lenet_ms_function.py | 185 total_time = 0 195 total_time = total_time + cost_time
|
/third_party/mindspore/mindspore/core/utils/ |
D | profile.cc | 329 double total_time = 0.0; member 335 …----[" << prefix << "] " << std::setw(10) << std::fixed << std::setprecision(6) << group.total_time in PrintTimeStat() 338 …< std::setw(5) << std::fixed << std::setprecision(2) << iter->second.time_ / group.total_time * 100 in PrintTimeStat() 359 groups[matched_idx].total_time += iter->second.time_; in Print()
|
/third_party/mindspore/tests/ut/data/profiler_data/JOB_AICPU/expect/ |
D | output_data_preprocess_aicpu_0.txt | 1 serial_number node_type_name total_time(ms) dispatch_time(ms) execution_time(ms) run_start run_end
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/ |
D | somas_solver_pre.cc | 153 … size_t total_time = std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count(); in Solving() local 169 MS_LOG(INFO) << "Time elapsed: " << total_time << " ms"; in Solving()
|
D | somas_solver_core.cc | 84 … size_t total_time = std::chrono::duration_cast<std::chrono::milliseconds>((end - start)).count(); in MemoryAllocationSolver() local 97 MS_LOG(INFO) << "Time elapsed: " << total_time << " ms"; in MemoryAllocationSolver()
|
/third_party/skia/platform_tools/android/apps/skottie/ |
D | skottie_metric.proto | 52 optional int64 total_time = 18; // This is total_cpu_time + total_gpu_time in nanoseconds. field
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 456 u64 total_time = 0, max_time = 0, max_time_t = 0; in do_write() local 491 total_time = get_current_us(); in do_write() 511 get_current_us() - total_time, in do_write()
|