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

Method computeCpuTimeStats

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

Source from the content-addressed store, hash-verified

135{}
136
137Profiler::Stats Profiler::Event::computeCpuTimeStats() const
138{
139 return Stats::compute(mCpuTimeHistory.data(), mHistorySize);
140}
141
142Profiler::Stats Profiler::Event::computeGpuTimeStats() const
143{

Callers 2

toPythonFunction · 0.80
renderMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected