[−][src]Module rustc_data_structures::profiling
⚙️ This is an internal compiler API. (rustc_private
)
This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml
.
Structs
EventFilter | Internal |
SelfProfiler | Internal |
SelfProfilerRef | Internal A reference to the SelfProfiler. It can be cloned and sent across thread boundaries at will. |
TimingGuard | Internal |
Enums
ProfileCategory | Internal |
Constants
EVENT_FILTERS_BY_NAME | Internal |
Traits
QueryName | Internal |
Functions
thread_id_to_u32 | Internal |
Type Definitions
Profiler | Internal |
SerializationSink | Internal MmapSerializatioSink is faster on macOS and Linux but FileSerializationSink is faster on Windows |