Lines Matching refs:mpEnd
42 , mpEnd( NULL ) in TTProfiler()
52 mpEnd = new ProfileSnapshot; in TTProfiler()
53 mpEnd->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in TTProfiler()
68 if ( mpEnd ) in ~TTProfiler()
70 if ( mpEnd->pSysdepProfileSnapshot ) in ~TTProfiler()
71 DeleteSysdepSnapshotData( mpEnd->pSysdepProfileSnapshot ); in ~TTProfiler()
72 delete mpEnd; in ~TTProfiler()
73 mpEnd = NULL; in ~TTProfiler()
133 aProfileString += GetProfileLine( mpStart, mpEnd ); in GetProfileLine()
134 …aProfileString += GetSysdepProfileLine( mpStart->pSysdepProfileSnapshot, mpEnd->pSysdepProfileSnap… in GetProfileLine()
144 GetProfileSnapshot( mpEnd ); in EndProfileInterval()
145 GetSysdepProfileSnapshot( mpEnd->pSysdepProfileSnapshot, PROFILE_END ); in EndProfileInterval()
180 return DIFF( mpStart, mpEnd, nSystemTicks ); in GetPartitioningTime()