Lines Matching refs:TimerStack
34 TimerStack::TimerStack(const std::string &Name) in TimerStack() function in Ice::TimerStack
52 TimerIdT TimerStack::getTimerID(const std::string &Name) { in getTimerID()
67 TimerStack::TranslationType
68 TimerStack::translateIDsFrom(const TimerStack &Src) { in translateIDsFrom()
79 void TimerStack::mergeFrom(const TimerStack &Src) { in mergeFrom()
108 TimerStack::PathType TimerStack::getPath(TTindex Index, in getPath()
121 TimerStack::TTindex TimerStack::getChildIndex(TimerStack::TTindex Parent, in getChildIndex()
137 TimerStack::TTindex TimerStack::findPath(const PathType &Path) { in findPath()
149 void TimerStack::push(TimerIdT ID) { in push()
160 void TimerStack::pop(TimerIdT ID) { in pop()
177 void TimerStack::update(bool UpdateCounts) { in update()
213 void TimerStack::reset() { in reset()
264 void TimerStack::dump(Ostream &Str, bool DumpCumulative) { in dump()
311 double TimerStack::timestamp() { in timestamp()