Searched defs:stopwatch (Results 1 – 7 of 7) sorted by relevance
13 stopwatch::stopwatch(Event event_) in stopwatch() function in mbgl::util::stopwatch16 stopwatch::stopwatch(EventSeverity severity_, Event event_) in stopwatch() function in mbgl::util::stopwatch19 stopwatch::stopwatch(std::string name_, Event event_) in stopwatch() function in mbgl::util::stopwatch22 stopwatch::stopwatch(std::string name_, EventSeverity severity_, Event event_) in stopwatch() function in mbgl::util::stopwatch
27 class stopwatch { class
463 MPP_RET check_is_mpp_stopwatch(void *stopwatch) in check_is_mpp_stopwatch()492 void mpp_stopwatch_set_show_on_exit(MppStopwatch stopwatch, RK_S32 show_on_exit) in mpp_stopwatch_set_show_on_exit()503 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event) in mpp_stopwatch_record()539 void mpp_stopwatch_put(MppStopwatch stopwatch) in mpp_stopwatch_put()567 RK_S64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch) in mpp_stopwatch_elapsed_time()
1809 MppStopwatch stopwatch = NULL; in try_get_enc_task() local2399 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate() local2424 MppStopwatch stopwatch = NULL; in async_task_skip() local2557 MppStopwatch stopwatch = NULL; in try_get_async_task() local
166 MppStopwatch stopwatch; member
612 MppStopwatch stopwatch = NULL; in put_frame() local
91 MppStopwatch stopwatch; member