Disabled double update on initialization for measures

This commit is contained in:
Birunthan Mohanathas
2012-04-09 20:50:46 +03:00
parent 66a5579550
commit bb4bcbdce3
4 changed files with 9 additions and 34 deletions

View File

@ -39,8 +39,6 @@ protected:
private:
void CalcUsage(double idleTime, double systemTime);
bool m_FirstTime;
int m_Processor;
double m_OldTime[2];