Searched refs:mLaps (Results 1 – 2 of 2) sorted by relevance
43 const nsecs_t soFar = mLaps[i].soFar; in ~StopWatch()44 const nsecs_t thisLap = mLaps[i].thisLap; in ~StopWatch()61 mLaps[n].soFar = elapsed; in lap()62 mLaps[n].thisLap = n ? (elapsed - mLaps[n-1].soFar) : elapsed; in lap()
51 lap_t mLaps[8]; variable