Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp494 double nSeconds = (t1 - t0).seconds(); in main() local
495 if (nSeconds < 0.5) { in main()
500 double size_adjust = sqrt(serial_time_adjust / nSeconds); in main()
507 printf("original 1x1 case ran in %g seconds\n", nSeconds); in main()