Searched refs:numOfIterations (Results 1 – 1 of 1) sorted by relevance
52 int numOfIterations=100000; //int numOfIterations=5000000; in test() local53 for(int i=0;i<numOfIterations;i++) in test()69 int numOfIterations=5000000; in testperf() local71 for(int i=0;i<numOfIterations;i++) in testperf()81 …e=%is time/event=%0.10fs\n", numOfIterations, t2.Seconds-t1.Seconds, (double)(t2.Seconds-t1.Second… in testperf()
Completed in 56 milliseconds