From f282514389ca66883498c3b8f9d150d54c998689 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 3 Mar 2015 17:15:36 -0800 Subject: Print resource utilization --- src/core/support/histogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/support/histogram.c b/src/core/support/histogram.c index 2d52786ce5..ed344b43e8 100644 --- a/src/core/support/histogram.c +++ b/src/core/support/histogram.c @@ -236,4 +236,4 @@ double gpr_histogram_sum_of_squares(gpr_histogram *h) { const gpr_uint32 *gpr_histogram_get_contents(gpr_histogram *h, size_t *size) { *size = h->num_buckets; return h->buckets; -} \ No newline at end of file +} -- cgit v1.2.3