Lines Matching refs:Name
33 explicit CumulativeLogger(const std::string& name);
42 // Allow the name to be modified, particularly when the cumulative logger is a field within a
43 // parent class that is unable to determine the "name" of a sub-class.
44 void SetName(const std::string& name) REQUIRES(!lock_);
52 return a->Name() < b->Name();
84 Timing(uint64_t time, const char* name) : time_(time), name_(name) {
134 TimingLogger(const char* name, bool precise, bool verbose);
151 // Find the index of a timing by name.
152 size_t FindTimingIndex(const char* name, size_t start_idx) const;
183 // The name of the timing logger.