#[repr(u32)]pub enum ProfilingCategoryPair {
Show 65 variants
IDLE = 0,
OTHER = 1,
OTHER_PreferenceRead = 2,
OTHER_Profiling = 3,
TEST = 4,
LAYOUT = 5,
LAYOUT_FrameConstruction = 6,
LAYOUT_Reflow = 7,
LAYOUT_CSSParsing = 8,
LAYOUT_SelectorQuery = 9,
LAYOUT_StyleComputation = 10,
LAYOUT_Destroy = 11,
LAYOUT_Printing = 12,
JS = 13,
JS_Parsing = 14,
JS_BaselineCompilation = 15,
JS_IonCompilation = 16,
JS_Interpreter = 17,
JS_BaselineInterpret = 18,
JS_Baseline = 19,
JS_IonMonkey = 20,
JS_Builtin = 21,
JS_WasmIon = 22,
JS_WasmBaseline = 23,
JS_WasmOther = 24,
GCCC = 25,
GCCC_MinorGC = 26,
GCCC_MajorGC = 27,
GCCC_MajorGC_Mark = 28,
GCCC_MajorGC_Sweep = 29,
GCCC_MajorGC_Compact = 30,
GCCC_UnmarkGray = 31,
GCCC_Barrier = 32,
GCCC_FreeSnowWhite = 33,
GCCC_BuildGraph = 34,
GCCC_ScanRoots = 35,
GCCC_CollectWhite = 36,
GCCC_Finalize = 37,
NETWORK = 38,
GRAPHICS = 39,
GRAPHICS_DisplayListBuilding = 40,
GRAPHICS_DisplayListMerging = 41,
GRAPHICS_LayerBuilding = 42,
GRAPHICS_TileAllocation = 43,
GRAPHICS_WRDisplayList = 44,
GRAPHICS_Rasterization = 45,
GRAPHICS_FlushingAsyncPaints = 46,
GRAPHICS_ImageDecoding = 47,
DOM = 48,
JAVA_ANDROID = 49,
JAVA_ANDROIDX = 50,
JAVA_LANGUAGE = 51,
JAVA_MOZILLA = 52,
JAVA_KOTLIN = 53,
JAVA_BLOCKED = 54,
IPC = 55,
MEDIA = 56,
MEDIA_CUBEB = 57,
MEDIA_PLAYBACK = 58,
MEDIA_RT = 59,
A11Y = 60,
PROFILER = 61,
TIMER = 62,
REMOTE_PROTOCOL = 63,
COUNT = 64,
}
Variants§
IDLE = 0
OTHER = 1
OTHER_PreferenceRead = 2
OTHER_Profiling = 3
TEST = 4
LAYOUT = 5
LAYOUT_FrameConstruction = 6
LAYOUT_Reflow = 7
LAYOUT_CSSParsing = 8
LAYOUT_SelectorQuery = 9
LAYOUT_StyleComputation = 10
LAYOUT_Destroy = 11
LAYOUT_Printing = 12
JS = 13
JS_Parsing = 14
JS_BaselineCompilation = 15
JS_IonCompilation = 16
JS_Interpreter = 17
JS_BaselineInterpret = 18
JS_Baseline = 19
JS_IonMonkey = 20
JS_Builtin = 21
JS_WasmIon = 22
JS_WasmBaseline = 23
JS_WasmOther = 24
GCCC = 25
GCCC_MinorGC = 26
GCCC_MajorGC = 27
GCCC_MajorGC_Mark = 28
GCCC_MajorGC_Sweep = 29
GCCC_MajorGC_Compact = 30
GCCC_UnmarkGray = 31
GCCC_Barrier = 32
GCCC_FreeSnowWhite = 33
GCCC_BuildGraph = 34
GCCC_ScanRoots = 35
GCCC_CollectWhite = 36
GCCC_Finalize = 37
NETWORK = 38
GRAPHICS = 39
GRAPHICS_DisplayListBuilding = 40
GRAPHICS_DisplayListMerging = 41
GRAPHICS_LayerBuilding = 42
GRAPHICS_TileAllocation = 43
GRAPHICS_WRDisplayList = 44
GRAPHICS_Rasterization = 45
GRAPHICS_FlushingAsyncPaints = 46
GRAPHICS_ImageDecoding = 47
DOM = 48
JAVA_ANDROID = 49
JAVA_ANDROIDX = 50
JAVA_LANGUAGE = 51
JAVA_MOZILLA = 52
JAVA_KOTLIN = 53
JAVA_BLOCKED = 54
IPC = 55
MEDIA = 56
MEDIA_CUBEB = 57
MEDIA_PLAYBACK = 58
MEDIA_RT = 59
A11Y = 60
PROFILER = 61
TIMER = 62
REMOTE_PROTOCOL = 63
COUNT = 64
Implementations§
source§impl ProfilingCategoryPair
impl ProfilingCategoryPair
pub const LAST: ProfilingCategoryPair = ProfilingCategoryPair::REMOTE_PROTOCOL
Trait Implementations§
source§impl Clone for ProfilingCategoryPair
impl Clone for ProfilingCategoryPair
source§fn clone(&self) -> ProfilingCategoryPair
fn clone(&self) -> ProfilingCategoryPair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProfilingCategoryPair
impl Debug for ProfilingCategoryPair
source§impl Hash for ProfilingCategoryPair
impl Hash for ProfilingCategoryPair
source§impl PartialEq for ProfilingCategoryPair
impl PartialEq for ProfilingCategoryPair
source§fn eq(&self, other: &ProfilingCategoryPair) -> bool
fn eq(&self, other: &ProfilingCategoryPair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProfilingCategoryPair
impl Eq for ProfilingCategoryPair
impl StructuralPartialEq for ProfilingCategoryPair
Auto Trait Implementations§
impl Freeze for ProfilingCategoryPair
impl RefUnwindSafe for ProfilingCategoryPair
impl Send for ProfilingCategoryPair
impl Sync for ProfilingCategoryPair
impl Unpin for ProfilingCategoryPair
impl UnwindSafe for ProfilingCategoryPair
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert