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

Method endCapture

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

Source from the content-addressed store, hash-verified

422}
423
424std::shared_ptr<Profiler::Capture> Profiler::endCapture()
425{
426 std::shared_ptr<Capture> pCapture;
427 std::swap(pCapture, mpCapture);
428 if (pCapture)
429 pCapture->finalize();
430 return pCapture;
431}
432
433bool Profiler::isCapturing() const
434{

Callers 2

FALCOR_SCRIPT_BINDINGFunction · 0.80
renderOptionsMethod · 0.80

Calls 2

swapFunction · 0.50
finalizeMethod · 0.45

Tested by

no test coverage detected