Lines Matching refs:StackID
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)
579 : ID(ID), Ctx(Ctx), StackID(StackID) { in ID()
584 TimerStackIdT StackID = GlobalContext::TSK_Default)
585 : ID(ID), Ctx(nullptr), StackID(StackID) { in ID()
592 StackID(GlobalContext::TSK_Funcs) { in TimerMarker()
599 Ctx->popTimer(ID, StackID); in ~TimerMarker()
609 const TimerStackIdT StackID; variable