Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
Profiler::Stats Profiler::Event::computeCpuTimeStats() const
138
{
139
return Stats::compute(mCpuTimeHistory.data(), mHistorySize);
140
}
141
142
Profiler::Stats Profiler::Event::computeGpuTimeStats() const
143
{
Callers
2
toPython
Function · 0.80
render
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected