Home
last modified time | relevance | path

Searched defs:TimeStat (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dprofile.h185 struct TimeStat { struct
186 TimeStat() : time_(0.0), count_(0) {} in TimeStat() function
195 TimeStat ts = *this; argument
220 std::map<std::string, TimeStat> time_stat_; // record time and count info from some activity argument