[reSIProcate] StatisticManager? value of mNextPoll
Dear All,
Someone can help me to find out the value of mNextPoll.
Cos i didn't find where you declare the value of mNextPoll.
But i see the value of mNextPoll is 12760723077441.
And in the case,if (Timer:getTimeMS()>=mNextPoll) is true
can you explain to me the role of poll().
Thank you so much
Julien
StatisticsManager::process()
{
if (Timer::getTimeMs() >= mNextPoll)
{poll();
mNextPoll += mInterval;
}
}