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

Function ReportSleep

Tools/AMRProfParser/TestCodes/AMRProfTest0.cpp:25–27  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

23
24// --------------------------------------------------------------
25void ReportSleep(double s) {
26 amrex::Print() << "Sleeping " << s << " s." << std::endl;
27}
28
29// --------------------------------------------------------------
30void SleepProcTimes(double sleepsec) {

Callers 1

SleepProcTimesFunction · 0.85

Calls 1

PrintClass · 0.85

Tested by

no test coverage detected