Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ elapsedTimeWrapper
Function
elapsedTimeWrapper
src/IECorePython/CancellerBinding.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
{
49
50
double elapsedTimeWrapper( const Canceller &canceller )
51
{
52
return std::chrono::duration<double>( canceller.elapsedTime() ).count();
53
}
54
55
} // namespace
56
Callers
nothing calls this directly
Calls
1
elapsedTime
Method · 0.80
Tested by
no test coverage detected