Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c71 double cpuTime = 0.0; in main() local
140 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
149 nrOfLoops, bufferSize, cpuTime / (double)nrOfLoops); in main()