Available on crate feature 
profile only.Expand description
Low-level support for profiling pulley.
This is used in conjunction with the profiler-html.rs example with Pulley
and the pulley.rs ProfilingAgent in Wasmtime.
Structs§
- Executing
Pc  - Representation of a currently executing program counter of an interpreter.
 - Recorder
 - Utility to record profiling information to a file.
 - Sample
Pc  - A small wrapper around 
u64to reduce its alignment to 1. - Samples
 - A set of samples of program counters that have been collected over time.
 
Enums§
- Event
 - Sections that can be parsed from a 
*.datafile. 
Functions§
- decode
 - Decodes a 
*.datafile presented in its entirety asbytesinto a sequence ofEvents.