WSF
ProfilingRegion.hpp File Reference
#include "profiling_export.h"
#include <cstdint>
Include dependency graph for ProfilingRegion.hpp:
This graph shows which files directly or indirectly include this file:

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.
Copyrights Multiple, All Rights Reserved