Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ getStatistics
Method
getStatistics
tutorials/common/tutorial/statistics.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
float getMax() const { return stat.getMax(); }
79
float getAvg() const { return stat.getAvg(); }
80
Statistics getStatistics() const { return stat; }
81
82
private:
83
float fskip_small; // fraction of small outlyers to filter out
Callers
1
benchmark_loop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected