MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / CPUProfileBlock

Class CPUProfileBlock

SampleFramework12/v1.00/Graphics/Profiler.h:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68class CPUProfileBlock
69{
70public:
71
72 CPUProfileBlock(const char* name);
73 ~CPUProfileBlock();
74
75protected:
76
77 uint64 idx = uint64(-1);
78};
79
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected