diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-03-03 17:15:36 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-03-03 17:15:36 -0800 |
commit | f282514389ca66883498c3b8f9d150d54c998689 (patch) | |
tree | f80eec1989daabde0f265774f8bc23dfd9c1af6d /src/core | |
parent | a362de5381ee3bca94f3c5363a58f708bffd89f8 (diff) |
Print resource utilization
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/support/histogram.c | 2 |
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 +} |