pub struct FirefoxThread { /* private fields */ }
Expand description

The FirefoxProfile representation of a thread, with additional internal augmentations to store data necessary for efficiently parsing the thread’s trace log.

NOTE: This is designed to be usable entirely standalone from a FirefoxProfile during parsing.

Implementations

Create a new FirefoxThread, given some information about it and a FirefoxProfileThreadId granting permission to do so.

Convert the given FunctionTrace into a meaningful format and attach it to the current thread.

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.