aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/profiling/basic_timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profiling/basic_timers.c')
-rw-r--r--src/core/profiling/basic_timers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/profiling/basic_timers.c b/src/core/profiling/basic_timers.c
index 4b6a0d2f56..15e636d5d6 100644
--- a/src/core/profiling/basic_timers.c
+++ b/src/core/profiling/basic_timers.c
@@ -70,10 +70,10 @@ static void log_report() {
int i;
for (i = 0; i < count; i++) {
grpc_timer_entry* entry = &(log[i]);
- printf("GRPC_LAT_PROF %ld.%09d %p %c %d(%s) %p %s %d\n",
- entry->tm.tv_sec, entry->tm.tv_nsec,
- (void*)(gpr_intptr)gpr_thd_currentid(), entry->type, entry->tag,
- entry->tagstr, entry->id, entry->file, entry->line);
+ printf("GRPC_LAT_PROF %ld.%09d %p %c %d(%s) %p %s %d\n", entry->tm.tv_sec,
+ entry->tm.tv_nsec, (void*)(gpr_intptr)gpr_thd_currentid(),
+ entry->type, entry->tag, entry->tagstr, entry->id, entry->file,
+ entry->line);
}
/* Now clear out the log */