re_int_histogram

Crates.iore_int_histogram
lib.rsre_int_histogram
version0.17.0
sourcesrc
created_at2023-02-12 21:22:05.515158
updated_at2024-07-08 13:45:21.813574
descriptionA histogram with `i64` keys and `u32` counts, supporting both sparse and dense uses.
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id783516
size54,948
rerun.io (rerunio)

documentation

README

re_int_histogram

Part of the rerun family of crates.

Latest version Documentation MIT Apache

A histogram with i64 keys and u32 counts, supporting both sparse and dense uses.

It supports high-level summaries of the histogram, so that you can quickly get a birds-eye view of the data without having to visit every point in the histogram.

You can also think of the histogram as a multi-set, where you can insert the same key multiple times and then query how many times you've inserted it.

Used for noting at which times we have events, so that we can visualize it in the time panel.

Commit count: 4105

cargo fmt