-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New debug option to show the blueprint in the streams view (#4189)
### What It's much easier to debug the blueprint if we can see what's going on. Since the blueprint is just another store, we already have decent inspection tools for this. This just adds a toggle to show the blueprint in the time panel and a bit of extra handling to resolve blueprint entity paths in the selection-panel. This doesn't handle entity-path-collisions gracefully, but as a debug-only tool that seems like an acceptable trade-off. Eventually we are going to need to track the originating store as part of the selection anyways so this constraint should get resolved at that point. This will become even more valuable as we migrate from serde-style to arrow-style blueprint components as the data UI will become much more useful. ![image](https://github.com/rerun-io/rerun/assets/3312232/eb24fe2b-607e-4bff-b101-54cb5d0fd83f) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4189) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4189) - [Docs preview](https://rerun.io/preview/9489a45868312d757373e8de23f933b74b331bcb/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/9489a45868312d757373e8de23f933b74b331bcb/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
- Loading branch information
Showing
5 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9b9f800
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.mono_points_arrow/generate_message_bundles
24249449
ns/iter (± 3101736
)18710574
ns/iter (± 248516
)1.30
This comment was automatically generated by workflow using github-action-benchmark.