Struct gloo_console::Counter[][src]

pub struct Counter<'a> { /* fields omitted */ }
Expand description

A console time measurement.

Dropping this will reset the counter to 0.

Implementations

Starts a console time measurement. The measurement ends when the constructed ConsoleTimer object is dropped.

Example
use gloo_console::Counter;

let _timer = Counter::new("foo");

Increments the counter

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. 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

Performs the conversion.

Performs the conversion.

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.