[][src]Module ispc::instrument

Defines the trait that must be implemented by ISPC instrumentation callbacks structs and provides a default one.

Structs

SimpleInstrument

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

Traits

Instrument

Trait to be implemented to provide ISPC instrumentation functionality.