Home
last modified time | relevance | path

Searched refs:DumpCumulative (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h74 void dump(Ostream &Str, bool DumpCumulative);
DIceTimerTree.cpp264 void TimerStack::dump(Ostream &Str, bool DumpCumulative) { in dump() argument
272 if (DumpCumulative) { in dump()
DIceGlobalContext.cpp1000 void GlobalContext::dumpTimers(TimerStackIdT StackID, bool DumpCumulative) { in dumpTimers() argument
1006 Timers->at(StackID).dump(getStrDump(), DumpCumulative); in dumpTimers()
1011 bool DumpCumulative) { in dumpLocalTimers() argument
1023 Timers->at(StackID).dump(getStrDump(), DumpCumulative); in dumpLocalTimers()
DIceGlobalContext.h318 bool DumpCumulative = true);
321 bool DumpCumulative = true);