Searched refs:fMeasureFPS_StartTime (Results 1 – 2 of 2) sorted by relevance
186 SkMSec fMeasureFPS_StartTime; variable
1303 if (fMeasureFPS && fMeasureFPS_StartTime) { in afterChildren()1304 fMeasureFPS_Time += SkTime::GetMSecs() - fMeasureFPS_StartTime; in afterChildren()1344 fMeasureFPS_StartTime = SkTime::GetMSecs(); in beforeChild()