Home
last modified time | relevance | path

Searched refs:get_time (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/
H A Dprofile.py155 self.timer = self.get_time = time.process_time
163 self.get_time = timer
170 # This get_time() implementation needs to be defined
177 self.get_time = get_time_timer
178 self.t = self.get_time()
231 get_time = self.get_time
232 t = get_time() - self.t - self.bias
238 self.t = get_time()
240 self.t = get_time()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_bbox.c15 get_time( void ) in get_time() function
142 time0 = get_time(); in profile_outline()
146 time0 = get_time() - time0; in profile_outline()
157 time0 = get_time(); in profile_outline()
161 time0 = get_time() - time0; in profile_outline()
/third_party/python/Lib/test/
H A Dtest_int.py660 get_time = time.process_time
661 if get_time() <= 0: # some platforms like WASM lack process_time()
662 get_time = time.monotonic
667 start = get_time()
669 seconds_to_convert = get_time() - start
682 start = get_time()
684 seconds_to_fail_huge = get_time() - start
692 start = get_time()
695 seconds_to_fail_extra_huge = get_time() - start
703 get_time
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_platform_dependents.cpp136 double get_time() in get_time() function
161 double get_time() in get_time() function
H A Dastcenccli_toplevel.cpp1949 double start_time = get_time();
2242 double start_compression_time = get_time();
2252 double start_iter_time = get_time();
2275 double iter_time = get_time() - start_iter_time;
2278 total_compression_time = get_time() - start_compression_time;
2325 double start_decompression_time = get_time();
2328 double start_iter_time = get_time();
2342 double iter_time = get_time() - start_iter_time;
2345 total_decompression_time = get_time() - start_decompression_time;
2431 double end_time = get_time();
[all...]
H A Dastcenccli_internal.h373 double get_time();
/third_party/nghttp2/src/
H A Dapp_helper.h80 std::chrono::steady_clock::time_point get_time();
H A Dnghttp.cc354 timing.request_start_time = get_time(); in record_request_start_time()
359 timing.response_start_time = get_time(); in record_response_start_time()
364 timing.response_end_time = get_time(); in record_response_end_time()
1489 timing.start_time = get_time(); in record_start_time()
1493 timing.domain_lookup_end_time = get_time(); in record_domain_lookup_end_time()
1497 timing.connect_end_time = get_time(); in record_connect_end_time()
H A Dapp_helper.cc476 std::chrono::steady_clock::time_point get_time() { in get_time() function
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c83 get_time(void) in get_time() function
748 double elapsed = unlikely(busy) ? -get_time() : 0.0; in bo_wait_with_stall_warning()
753 elapsed += get_time(); in bo_wait_with_stall_warning()
/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c662 static char *get_time(AVFilterContext *ctx, float seconds, int x) in get_time() function
866 char *units = get_time(ctx, seconds, x); in draw_legend()
923 char *units = get_time(ctx, seconds, x); in draw_legend()
1544 char *units = get_time(ctx, insamples->pts /(float)inlink->sample_rate, x); in plot_spectrum_column()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c114 get_time(void) in get_time() function
1508 double elapsed = unlikely(busy) ? -get_time() : 0.0; in bo_wait_with_stall_warning()
1513 elapsed += get_time(); in bo_wait_with_stall_warning()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc60 // Build a strptime() using C++11's std::get_time().
63 input >> std::get_time(tm, fmt); in strptime()

Completed in 20 milliseconds