Searched defs:TimingScope (Results 1 – 1 of 1) sorted by relevance
25 class TimingScope; variable273 TimingScope() : timer() {} in TimingScope() function274 TimingScope(const Timer &other) : timer(other) { in TimingScope() function278 TimingScope(Timer &&other) : timer(std::move(other)) { in TimingScope() function282 TimingScope(TimingScope &&other) : timer(std::move(other.timer)) {} in TimingScope() function