Home
last modified time | relevance | path

Searched defs:total_time (Results 1 – 18 of 18) sorted by relevance

/third_party/curl/docs/examples/
Dfileupload.c36 curl_off_t speed_upload, total_time; in main() local
/third_party/boost/libs/container/bench/
Dbench_set.hpp166 cpu_timer total_time; in copy_destroy_time() local
199 cpu_timer total_time; in construct_time() local
232 cpu_timer total_time; in insert_time() local
288 cpu_timer total_time; in search_time() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c64 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats()
101 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats()
176 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats()
/third_party/skia/platform_tools/android/apps/skottie/
Dskottie_metric.proto52 optional int64 total_time = 18; // This is total_cpu_time + total_gpu_time in nanoseconds. field
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstmpegaudioparse.c844 GstClockTime total_time; in gst_mpeg_audio_parse_handle_first_frame() local
1012 GstClockTime total_time; in gst_mpeg_audio_parse_handle_first_frame() local
1184 GstClockTime total_time; in gst_mpeg_audio_parse_time_to_bytepos() local
1253 GstClockTime total_time; in gst_mpeg_audio_parse_bytepos_to_time() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/
Dbenchmark.cc164 float total_time = (float)(end_time - start_time) / 1000.0f; in main() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/
Dbenchmark.cc164 float total_time = (float)(end_time - start_time) / 1000.0f; in main() local
/third_party/boost/libs/multiprecision/example/
Dcpp_int_mul_timing.cpp222 float total_time = 0.0F; in main() local
Dhypergeometric_luke_algorithms.cpp646 float total_time = 0.0F; in main() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_core.cc84 … size_t total_time = std::chrono::duration_cast<std::chrono::milliseconds>((end - start)).count(); in MemoryAllocationSolver() local
Dsomas_solver_pre.cc153 … size_t total_time = std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count(); in Solving() local
/third_party/mindspore/mindspore/core/utils/
Dprofile.cc329 double total_time = 0.0; member
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h68 GstClockTime total_time; /* the total time of this chain, this is the MAX of member
156 GstClockTime total_time; member
Dgstoggstream.h71 guint64 total_time; member
Dgstoggdemux.c272 gint64 total_time = -1; in gst_ogg_pad_src_query() local
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c456 u64 total_time = 0, max_time = 0, max_time_t = 0; in do_write() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c606 int total_time; in uhub_port_debounce() local
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c319 static double averaged_event_time_ms(unsigned long long total_time, int num_frames) { in averaged_event_time_ms()