Home
last modified time | relevance | path

Searched refs:lap (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.1/build/tools/loadrun/
Dloadrun.c857 int lap; in showLapTime() local
861 lap = currentTime - gStartTime; in showLapTime()
863 printf("{%d:%02d}", lap / 60, lap % 60); in showLapTime()
Dloadrun.txt29 -l, --lap
/TwlSDK-5.2.1/build/tools/loadrun.TWL/
Dloadrun.c1005 int lap; in showLapTime() local
1009 lap = currentTime - gStartTime; in showLapTime()
1011 printf("{%d:%02d}", lap / 60, lap % 60); in showLapTime()