Skip to content

In and out of process performance telemetry for Viewer & SDK #9847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ Of course, this will only take us so far. In the future we plan on caching queri
Here is an overview of the crates included in the project:

<picture>
<img src="https://static.rerun.io/crates/087dcf1003897305755afe633cf304d20d6437c2/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/087dcf1003897305755afe633cf304d20d6437c2/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/087dcf1003897305755afe633cf304d20d6437c2/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/087dcf1003897305755afe633cf304d20d6437c2/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/087dcf1003897305755afe633cf304d20d6437c2/1200w.png">
<img src="https://static.rerun.io/crates/2839f8c18a920e01a4c9600e081d5b65d461bb03/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/2839f8c18a920e01a4c9600e081d5b65d461bb03/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/2839f8c18a920e01a4c9600e081d5b65d461bb03/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/2839f8c18a920e01a4c9600e081d5b65d461bb03/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/2839f8c18a920e01a4c9600e081d5b65d461bb03/1200w.png">
</picture>

<!-- !!! IMPORTANT!!!
Expand Down Expand Up @@ -226,6 +226,7 @@ Update instructions:
| re_int_histogram | A histogram with `i64` keys and `u32` counts, supporting both sparse and dense uses. |
| re_log | Helpers for setting up and doing text logging in the Rerun crates. |
| re_memory | Run-time memory tracking and profiling. |
| re_perf_telemetry | In and out of process performance profiling utilities for Rerun & Redap |
| re_smart_channel | A channel that keeps track of latency and queue length. |
| re_span | An integer range that always has a non-negative length |
| re_string_interner | Yet another string interning library |
Expand Down
Loading
Loading