[−][src]Struct rustc_ap_rustc_data_structures::profiling::SelfProfiler
Implementations
impl SelfProfiler
[src]
pub fn new(
output_directory: &Path,
crate_name: Option<&str>,
event_filters: &Option<Vec<String>>
) -> Result<SelfProfiler, Box<dyn Error>>
[src]
output_directory: &Path,
crate_name: Option<&str>,
event_filters: &Option<Vec<String>>
) -> Result<SelfProfiler, Box<dyn Error>>
pub fn alloc_string<STR: SerializableString + ?Sized>(
&self,
s: &STR
) -> StringId
[src]
&self,
s: &STR
) -> StringId
Allocates a new string in the profiling data. Does not do any caching or deduplication.
pub fn get_or_alloc_cached_string<A>(&self, s: A) -> StringId where
A: Borrow<str> + Into<String>,
[src]
A: Borrow<str> + Into<String>,
Gets a StringId
for the given string. This method makes sure that
any strings going through it will only be allocated once in the
profiling data.
pub fn map_query_invocation_id_to_string(
&self,
from: QueryInvocationId,
to: StringId
)
[src]
&self,
from: QueryInvocationId,
to: StringId
)
pub fn bulk_map_query_invocation_id_to_single_string<I>(
&self,
from: I,
to: StringId
) where
I: Iterator<Item = QueryInvocationId> + ExactSizeIterator,
[src]
&self,
from: I,
to: StringId
) where
I: Iterator<Item = QueryInvocationId> + ExactSizeIterator,
pub fn query_key_recording_enabled(&self) -> bool
[src]
pub fn event_id_builder(&self) -> EventIdBuilder<MmapSerializationSink>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for SelfProfiler
impl Send for SelfProfiler
impl Sync for SelfProfiler
impl Unpin for SelfProfiler
impl UnwindSafe for SelfProfiler
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<E> SpecializationError for E
[src]
default fn not_found<S, T>(
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
[src]
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,