Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit f83b273

Browse files
author
Ian Sturdy
authored
Fix documentation of bucket boundaries in the helloworld example. (#113)
1 parent db9e2bb commit f83b273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/helloworld/helloworld.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ int main(int argc, char **argv) {
6565
constexpr int64_t kMiB = 1 << 20;
6666

6767
// Create view to see the processed video size distribution broken down by
68-
// frontend. The view has bucket boundaries (0, 256, 65536) that will group
69-
// measure values into histogram buckets.
68+
// frontend. The view has bucket boundaries (0, 16 * kMiB, 65536 * kMiB) that
69+
// will group measure values into histogram buckets.
7070
const opencensus::stats::ViewDescriptor video_size_view =
7171
opencensus::stats::ViewDescriptor()
7272
.set_name(kVideoSizeViewName)

0 commit comments

Comments
 (0)