Home
last modified time | relevance | path

Searched refs:pProfData (Results 1 – 1 of 1) sorted by path

/trunk/main/tools/source/debug/
H A Ddebug.cxx1077 sal_uIntPtr nAve = pProfData->nTime / pProfData->nCount; in DebugGlobalDeInit()
1079 pProfData->aName, pProfData->nTime, in DebugGlobalDeInit()
1080 pProfData->nMinTime, pProfData->nMaxTime, nAve, in DebugGlobalDeInit()
1081 pProfData->nCount ); in DebugGlobalDeInit()
1092 delete pProfData; in DebugGlobalDeInit()
1387 pProfData->nCount++; in DbgProf()
1402 pProfData->nContinueTime += ImplGetPerfTime() - pProfData->nContinueStart; in DbgProf()
1406 nTime -= pProfData->nStart; in DbgProf()
1415 pProfData->nTime += nTime; in DbgProf()
1418 pProfData->nContinueTime = 0; in DbgProf()
[all …]

Completed in 32 milliseconds