Expand description
This module contains APIs for the profile crate used generically in the
rest of Servo. These APIs are here instead of in profile so that these
modules won’t have to depend on profile.
Modules§
- dummy_
tracing - Provides API compatible dummies for the tracing-rs APIs we use if tracing is disabled. Hence, nothing will be traced
- generic_
channel - ipc
- mem
- APIs for memory profiling.
- time
Macros§
- info_
span - Constructs a span at the info level
- path
- An easy way to build a path for a report.
- time_
profile - Measure the given callback with the time profiler and (if enabled) tracing.
- trace_
span - Constructs a span at the trace level