MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / TinyProfileRegion

Method TinyProfileRegion

Src/Base/AMReX_TinyProfiler.cpp:979–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979TinyProfileRegion::TinyProfileRegion (std::string a_regname) noexcept
980 : regname(std::move(a_regname)),
981 tprof(std::string("REG::")+regname, false)
982{
983 TinyProfiler::StartRegion(regname);
984 tprof.start();
985}
986
987TinyProfileRegion::TinyProfileRegion (const char* a_regname) noexcept
988 : regname(a_regname),

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected