Searched defs:TimingScope (Results 1 – 1 of 1) sorted by relevance
26 class TimingScope; variable274 TimingScope() {} in TimingScope() function275 TimingScope(const Timer &other) : timer(other) { in TimingScope() function279 TimingScope(Timer &&other) : timer(std::move(other)) { in TimingScope() function283 TimingScope(TimingScope &&other) : timer(std::move(other.timer)) {} in TimingScope() function