Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ second
Method
second
Src/Base/AMReX_Utility.cpp:940–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
938
}
939
940
double amrex::second () noexcept
941
{
942
return std::chrono::duration_cast<std::chrono::duration<double> >
943
(amrex::MaxResSteadyClock::now() - clock_time_begin).count();
944
}
945
946
947
extern
"C"
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected