|
Class Summary |
| CatnapOperationProfile |
Data class representing a catnap operation profile |
| CatnapProfile |
Container for a catnap profile. |
| CatnapProfileManager |
Static manager which a client (usually a profiling callback) can register
with to enable profiling within the Catnap engine. |
| CatnapProfilingCallback |
Special callback for wrapping arbitrary blocks of code for profiling
Essentially initialises the Catnap Profile Manager and ensures profiling is switched off
afterwards |
| CatnapTimingCallback |
Timer callback, permits an arbitrary block of code to be timed.
|