☰
In rustc_data_structures::profiling
In rustc_data_structures::profiling
Structs
EventArgRecorder
EventFilter
EventId
QueryInvocationId
SelfProfiler
SelfProfilerRef
TimingGuard
VerboseTimingGuard
Constants
EVENT_FILTERS_BY_NAME
Functions
duration_to_secs_str
get_resident_set_size
get_thread_id
print_time_passes_entry
should_print_passes
?
Function
rustc_data_structures
::
profiling
::
should_print_passes
source
·
[
−
]
fn should_print_passes(
dur:
Duration
,
start_rss:
Option
<
usize
>,
end_rss:
Option
<
usize
>
) ->
bool