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

Method finalize

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

Source from the content-addressed store, hash-verified

298}
299
300void Profiler::Capture::finalize()
301{
302 FALCOR_ASSERT(!mFinalized);
303
304 for (auto& lane : mLanes)
305 {
306 lane.stats = Stats::compute(lane.records.data(), lane.records.size());
307 }
308
309 mFinalized = true;
310}
311
312// Profiler
313

Callers 1

endCaptureMethod · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected