Home
last modified time | relevance | path

Searched refs:ProfileCounterStat (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.h629 struct ProfileCounterStat : public ProfileStat { struct
631 explicit ProfileCounterStat(const char *name, uint64_t value) : value_(value) { in ProfileCounterStat() argument
672 Profiler::Get()->AddNewProfileStat<ProfileCounterStat>([this](ProfileCounterStat *stat) { in SendStat()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.h629 struct ProfileCounterStat : public ProfileStat { struct
631 explicit ProfileCounterStat(const char *name, uint64_t value) : value_(value) { in ProfileCounterStat() argument
672 Profiler::Get()->AddNewProfileStat<ProfileCounterStat>([this](ProfileCounterStat *stat) { in SendStat()