|
WSF
|

Namespaces | |
| namespace | profiling |
| Definition of utility struct and function used by the profiling targets. | |
| namespace | profiling::detail |
Functions | |
| const ProfilingHooks & | profiling::detail::GetGlobalProfilingHooks () |
| Get the current global profiling hooks. | |
| uint32_t | profiling::CreateProfilingSection (const char label[]) |
| Create a profiling section. | |
| void | profiling::DestroyProfilingSection (uint32_t sectionId) |
| Destroy a profiling section that was created by CreateProfilingSection. | |
| void | profiling::BeginProfilingSection (uint32_t sectionId) |
| Begin a previously created profiling section. | |
| void | profiling::EndProfilingSection (uint32_t sectionId) |
| End a previously created and begun profiling section. | |