pub struct SimpleInstrument;
Expand description

A simple ISPC instrumenter which will print the information passed to it out.

Trait Implementations

instrument is called when ISPC calls the ISPCInstrument callback. The file and note strings are converted CStr and the number of active programs is computed from the mask. Read more

Called through ispc::print_instrumenting_summary, optionally log out a summary of performance information gathered through the instrument callback. 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.