MCPcopy Create free account
hub / github.com/carbonengine/trinity / Tr2GpuProfilerZone

Method Tr2GpuProfilerZone

trinity/Tr2GpuProfiler.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213Tr2GpuProfilerZone::Tr2GpuProfilerZone( IRoot* owner, const char* label, Tr2RenderContextAL& renderContext ) :
214 context( renderContext )
215{
216 Tr2GpuProfiler::GetProfiler().Begin( owner, label, renderContext );
217}
218
219Tr2GpuProfilerZone::~Tr2GpuProfilerZone()
220{

Callers

nothing calls this directly

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected