Lines Matching refs:StackID
320 void dumpTimers(TimerStackIdT StackID = TSK_Default,
323 TimerStackIdT StackID = TSK_Default,
326 TimerIdT getTimerID(TimerStackIdT StackID, const std::string &Name);
327 void pushTimer(TimerIdT ID, TimerStackIdT StackID);
328 void popTimer(TimerIdT ID, TimerStackIdT StackID);
329 void resetTimer(TimerStackIdT StackID);
330 std::string getTimerName(TimerStackIdT StackID);
331 void setTimerName(TimerStackIdT StackID, const std::string &NewName);
590 TimerStackIdT StackID = GlobalContext::TSK_Default)
591 : ID(ID), Ctx(Ctx), StackID(StackID) { in ID()
596 TimerStackIdT StackID = GlobalContext::TSK_Default)
597 : ID(ID), Ctx(nullptr), StackID(StackID) { in ID()
604 StackID(GlobalContext::TSK_Funcs) { in TimerMarker()
611 Ctx->popTimer(ID, StackID); in ~TimerMarker()
621 const TimerStackIdT StackID; variable