Searched refs:GPR_TIMER_MARK (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | combiner.cc | 168 GPR_TIMER_MARK("combiner.initiated", 0); in combiner_exec() 233 GPR_TIMER_MARK("offload_from_finished_exec_ctx", 0); in grpc_combiner_continue_exec_ctx() 250 GPR_TIMER_MARK("delay_busy", 0); in grpc_combiner_continue_exec_ctx() 282 GPR_TIMER_MARK("unref", 0); in grpc_combiner_continue_exec_ctx() 334 GPR_TIMER_MARK("slowpath", 0); in combiner_finally_exec()
|
D | ev_epollsig_linux.cc | 1058 GPR_TIMER_MARK("kicked_specifically", 0); 1071 GPR_TIMER_MARK("kick_anonymous", 0); 1074 GPR_TIMER_MARK("finally_kick", 0); 1078 GPR_TIMER_MARK("kicked_no_pollers", 0); 1146 GPR_TIMER_MARK("pollset_shutdown.finish_shutdown_locked", 0); 1315 GPR_TIMER_MARK("pollset_work.kicked_without_pollers", 0); 1375 GPR_TIMER_MARK("pollset_work.finish_shutdown_locked", 0);
|
D | ev_poll_posix.cc | 818 GPR_TIMER_MARK("different_thread_worker", 0); 826 GPR_TIMER_MARK("kick_yoself", 0); 836 GPR_TIMER_MARK("kick_anonymous", 0); 840 GPR_TIMER_MARK("kick_anonymous_not_self", 0); 851 GPR_TIMER_MARK("finally_kick", 0); 857 GPR_TIMER_MARK("kicked_no_pollers", 0); 988 GPR_TIMER_MARK("pollset_work.shutting_down", 0); 1124 GPR_TIMER_MARK("pollset_work.kicked_without_pollers", 0);
|
D | call_combiner.cc | 83 GPR_TIMER_MARK("call_combiner_initiate", 0); in grpc_call_combiner_start()
|
D | ev_epoll1_linux.cc | 610 GPR_TIMER_MARK("pollset_finish_shutdown", 0); in pollset_maybe_finish_shutdown() 876 GPR_TIMER_MARK("signal worker", 0); in check_neighborhood_for_available_poller()
|
D | ev_epollex_linux.cc | 726 GPR_TIMER_MARK("pollset_finish_shutdown", 0);
|
/external/grpc-grpc/src/core/lib/profiling/ |
D | timers.h | 39 #define GPR_TIMER_MARK(tag, important) \ macro 60 #define GPR_TIMER_MARK(tag, important) \ macro
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1074 GPR_TIMER_MARK("state=writing", 0); in write_action_end_locked() 1078 GPR_TIMER_MARK("state=writing_stale_no_poller", 0); in write_action_end_locked()
|