Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dspeedtest8.c107 struct tms tmsStart, tmsEnd; in main() local
230 clkEnd = times(&tmsEnd); in main()
247 …printf("Total user CPU time: %15.3g secs\n", (tmsEnd.tms_utime - tmsStart.tms_utime)/(double)CLO… in main()
248 …printf("Total system CPU time: %15.3g secs\n", (tmsEnd.tms_stime - tmsStart.tms_stime)/(double)CLO… in main()