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