Lines Matching refs:mpStart
41 : mpStart( NULL ) in TTProfiler()
50 mpStart = new ProfileSnapshot; in TTProfiler()
51 mpStart->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in TTProfiler()
61 if ( mpStart ) in ~TTProfiler()
63 if ( mpStart->pSysdepProfileSnapshot ) in ~TTProfiler()
64 DeleteSysdepSnapshotData( mpStart->pSysdepProfileSnapshot ); in ~TTProfiler()
65 delete mpStart; in ~TTProfiler()
66 mpStart = NULL; in ~TTProfiler()
98 GetProfileSnapshot( mpStart ); in StartProfileInterval()
99 GetSysdepProfileSnapshot( mpStart->pSysdepProfileSnapshot, PROFILE_START ); in StartProfileInterval()
133 aProfileString += GetProfileLine( mpStart, mpEnd ); in GetProfileLine()
134 …aProfileString += GetSysdepProfileLine( mpStart->pSysdepProfileSnapshot, mpEnd->pSysdepProfileSnap… in GetProfileLine()
180 return DIFF( mpStart, mpEnd, nSystemTicks ); in GetPartitioningTime()