Expand description
Remotery is a realtime CPU/GPU profiler with a viewer that runs in a web browser. This lib is a Rust wrapper around the C API provided by Remotery and the original repo over here https://github.com/Celtoys/Remotery
Modules§
Structs§
- Remotery
- Holds the main instance for Remotery
- Remotery
Scope - Scopes allows you to profile a bit of code and the end_cpu_sample will be called once it goes out of scope
Enums§
- Sample
Flags - Sample flags to decide how profiling info should be handled