Searched refs:mLaps (Results 1 – 2 of 2) sorted by relevance
46 const nsecs_t soFar = mLaps[i].soFar; in ~StopWatch()47 const nsecs_t thisLap = mLaps[i].thisLap; in ~StopWatch()64 mLaps[n].soFar = elapsed; in lap()65 mLaps[n].thisLap = n ? (elapsed - mLaps[n-1].soFar) : elapsed; in lap()
54 lap_t mLaps[8]; variable