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

Function prof_region_begin

src/utils/profiling.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269void prof_stop() { return; }
270void prof_region_begin(const char* s, int, bool)
271{
272 SCOREP_USER_REGION_BY_NAME_BEGIN(s, SCOREP_USER_REGION_TYPE_COMMON);
273 return;
274}
275void prof_region_end(const char* s, bool)
276{
277 SCOREP_USER_REGION_BY_NAME_END(s);

Callers 15

ProfRegionMethod · 0.85
on_epoch_beginMethod · 0.85
on_validation_beginMethod · 0.85
on_test_beginMethod · 0.85
on_batch_beginMethod · 0.85
on_forward_prop_beginMethod · 0.85
on_optimize_beginMethod · 0.85
on_batch_endMethod · 0.85
on_epoch_endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected