Home
last modified time | relevance | path

Searched refs:TimerStackIdT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h313 TimerStackIdT newTimerStackID(const std::string &Name);
317 void dumpTimers(TimerStackIdT StackID = TSK_Default,
320 TimerStackIdT StackID = TSK_Default,
323 TimerIdT getTimerID(TimerStackIdT StackID, const std::string &Name);
324 void pushTimer(TimerIdT ID, TimerStackIdT StackID);
325 void popTimer(TimerIdT ID, TimerStackIdT StackID);
326 void resetTimer(TimerStackIdT StackID);
327 std::string getTimerName(TimerStackIdT StackID);
328 void setTimerName(TimerStackIdT StackID, const std::string &NewName);
578 TimerStackIdT StackID = GlobalContext::TSK_Default)
[all …]
DIceGlobalContext.cpp828 TimerStackIdT GlobalContext::newTimerStackID(const std::string &Name) { in newTimerStackID()
832 TimerStackIdT NewID = Timers->size(); in newTimerStackID()
837 TimerIdT GlobalContext::getTimerID(TimerStackIdT StackID, in getTimerID()
844 void GlobalContext::pushTimer(TimerIdT ID, TimerStackIdT StackID) { in pushTimer()
850 void GlobalContext::popTimer(TimerIdT ID, TimerStackIdT StackID) { in popTimer()
856 void GlobalContext::resetTimer(TimerStackIdT StackID) { in resetTimer()
862 std::string GlobalContext::getTimerName(TimerStackIdT StackID) { in getTimerName()
868 void GlobalContext::setTimerName(TimerStackIdT StackID, in setTimerName()
1000 void GlobalContext::dumpTimers(TimerStackIdT StackID, bool DumpCumulative) { in dumpTimers()
1010 TimerStackIdT StackID, in dumpLocalTimers()
DIceDefs.h288 using TimerStackIdT = uint32_t; variable