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§
- generic_
channel - ipc
- mem
- APIs for memory profiling.
- time
Macros§
- 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.