touch: add new commands

This commit is contained in:
nillerusr
2021-11-16 23:46:29 +03:00
parent f7cdca7ad2
commit d2f3cc44db
138 changed files with 46564 additions and 1231 deletions
+8 -6
View File
@@ -382,12 +382,13 @@ private:
#endif
unsigned m_nCurFrameCalls;
unsigned m_nPrevFrameCalls;
int m_nRecursions;
unsigned m_nCurFrameCalls;
CCycleCount m_CurFrameTime;
unsigned m_nPrevFrameCalls;
CCycleCount m_PrevFrameTime;
unsigned m_nTotalCalls;
@@ -631,13 +632,14 @@ protected:
int m_GroupIDStack[MAX_GROUP_STACK_DEPTH];
int m_GroupIDStackDepth;
#endif
int m_enabled;
bool m_fAtRoot; // tracked for efficiency of the "not profiling" case
CVProfNode *m_pCurNode;
CVProfNode m_Root;
CVProfNode *m_pCurNode;
int m_nFrames;
int m_ProfileDetailLevel;
int m_enabled;
int m_pausedEnabledDepth;
bool m_fAtRoot; // tracked for efficiency of the "not profiling" case
int m_ProfileDetailLevel;
class CBudgetGroup
{