MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / MaxCost

Method MaxCost

Source/Profiler.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182unsigned long long Profiler::Cost::MaxCost() const
183{
184 unsigned long long maxCost = 0;
185 for (int i = 0; i < PROFILER_HISTORY_LENGTH; ++i)
186 maxCost = MAX(maxCost, mHistory[i]);
187 return maxCost;
188}

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected