|
WSF
|
#include "profiling_export.h"#include <cstdint>

Go to the source code of this file.
Classes | |
| class | profiling::ProfilingRegion |
| Scope guard that marks a region of code for profiling. More... | |
Namespaces | |
| namespace | profiling |
| Definition of utility struct and function used by the profiling targets. | |
Functions | |
| 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. | |