MCPcopy Create free account
hub / github.com/LBANN/lbann / ProfRegion

Method ProfRegion

src/utils/profiling.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370ProfRegion::ProfRegion(char const* name, bool sync)
371 : ProfRegion{name, next_color(), sync}
372{}
373
374ProfRegion::ProfRegion(char const* name, int color, bool sync)
375 : m_name{name}, m_sync{sync}

Callers

nothing calls this directly

Calls 2

next_colorFunction · 0.85
prof_region_beginFunction · 0.85

Tested by

no test coverage detected