Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Ddebug.cxx154 PointerList* pProfList; member
167 ,pProfList( NULL ) in DebugData()
830 aDebugData.pProfList = new PointerList; in GetDebugData()
1066 if ( pData->pProfList && pData->pProfList->Count() ) in DebugGlobalDeInit()
1074 for( i = 0, nCount = pData->pProfList->Count(); i < nCount; i++ ) in DebugGlobalDeInit()
1076 ProfType* pProfData = (ProfType*)pData->pProfList->Get( i ); in DebugGlobalDeInit()
1087 if ( pData->pProfList ) in DebugGlobalDeInit()
1091 ProfType* pProfData = (ProfType*)pData->pProfList->Get( i ); in DebugGlobalDeInit()
1094 delete pData->pProfList; in DebugGlobalDeInit()
1095 pData->pProfList = NULL; in DebugGlobalDeInit()
[all …]

Completed in 20 milliseconds