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

Method on_optimize_begin

src/callbacks/profiler.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void profiler::on_optimize_begin(model* m)
199{
200 prof_region_begin("optimize", prof_colors[4], m_sync);
201}
202
203void profiler::on_optimize_end(model* m)
204{

Callers

nothing calls this directly

Calls 2

prof_region_beginFunction · 0.85
get_nameMethod · 0.45

Tested by

no test coverage detected