MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / startCapture

Method startCapture

Source/Falcor/Utils/Timing/Profiler.cpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void Profiler::startCapture(size_t reservedFrames)
419{
420 setEnabled(true);
421 mpCapture = std::make_shared<Capture>(mLastFrameEvents.size(), reservedFrames);
422}
423
424std::shared_ptr<Profiler::Capture> Profiler::endCapture()
425{

Callers 1

renderOptionsMethod · 0.80

Calls 2

setEnabledFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected