mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
touch: add new commands
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user