Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ query
Function
query
common/timer.h:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
double query() const
25
{
26
auto end = clock::now();
27
return std::chrono::duration_cast<std::chrono::duration<double>>(end - start).count();
28
}
29
30
private:
31
using clock = std::chrono::steady_clock;
Callers
nothing calls this directly
Calls
2
now
Class · 0.85
count
Method · 0.80
Tested by
no test coverage detected