MCPcopy 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
940double 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
947extern "C" {

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected