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

Method begin

Source/Falcor/Utils/Debug/WarpProfiler.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void WarpProfiler::begin(RenderContext* pRenderContext)
53{
54 FALCOR_CHECK(!mActive, "WarpProfiler: begin() already called.");
55
56 pRenderContext->clearUAV(mpHistogramBuffer->getUAV().get(), uint4(0));
57
58 mActive = true;
59 mDataWaiting = false;
60}
61
62void WarpProfiler::end(RenderContext* pRenderContext)
63{

Callers 15

addTotalMethod · 0.45
startMethod · 0.45
startEventMethod · 0.45
updateEventDataMethod · 0.45
isFloat16ExrFunction · 0.45
loadMippedFromFilesMethod · 0.45
endDeferredLoadingMethod · 0.45
removeNonUdimTextureMethod · 0.45
removeEdgeFromNodeMethod · 0.45
evalFunction · 0.45
Spectrum.hFile · 0.45
DenseleySampledSpectrumFunction · 0.45

Calls 3

clearUAVMethod · 0.80
getMethod · 0.45
getUAVMethod · 0.45

Tested by 3

evalFunction · 0.36
DenseleySampledSpectrumFunction · 0.36