aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-03 17:15:36 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-03 17:15:36 -0800
commitf282514389ca66883498c3b8f9d150d54c998689 (patch)
treef80eec1989daabde0f265774f8bc23dfd9c1af6d /src
parenta362de5381ee3bca94f3c5363a58f708bffd89f8 (diff)
Print resource utilization
Diffstat (limited to 'src')
-rw-r--r--src/core/support/histogram.c2
1 files changed, 1 insertions, 1 deletions
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
+}