Searched refs:gpr_timers_log_add (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/lib/profiling/ |
D | basic_timers.cc | 233 static void gpr_timers_log_add(const char* tagstr, marker_type type, in gpr_timers_log_add() function 259 gpr_timers_log_add(tagstr, MARK, important, file, line); in gpr_timer_add_mark() 264 gpr_timers_log_add(tagstr, BEGIN, important, file, line); in gpr_timer_begin() 269 gpr_timers_log_add(tagstr, END, important, file, line); in gpr_timer_end()
|