Module ispc::instrument

source ·
Expand description

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

Structs

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

Traits

  • Trait to be implemented to provide ISPC instrumentation functionality.