From f667f1b3e876c5d59786d40c6d3f6d22be2db5ac Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Mon, 4 May 2015 13:15:46 -0700 Subject: Added missing profiling tags. --- src/core/surface/call.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/surface/call.c') diff --git a/src/core/surface/call.c b/src/core/surface/call.c index 070be1b25a..fc3e840452 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -686,7 +686,7 @@ static int add_slice_to_message(grpc_call *call, gpr_slice slice) { static void call_on_done_recv(void *pc, int success) { grpc_call *call = pc; size_t i; - GRPC_TIMER_MARK(CALL_ON_DONE_RECV_BEGIN, 0); + GRPC_TIMER_BEGIN(GRPC_PTAG_CALL_ON_DONE_RECV, 0); lock(call); call->receiving = 0; if (success) { @@ -731,7 +731,7 @@ static void call_on_done_recv(void *pc, int success) { unlock(call); GRPC_CALL_INTERNAL_UNREF(call, "receiving", 0); - GRPC_TIMER_MARK(CALL_ON_DONE_RECV_END, 0); + GRPC_TIMER_BEGIN(GRPC_PTAG_CALL_ON_DONE_RECV, 0); } static grpc_mdelem_list chain_metadata_from_app(grpc_call *call, size_t count, -- cgit v1.2.3