Searched refs:durationSec (Results 1 – 1 of 1) sorted by relevance
40 let durationSec = ((performance.now() - start) / 1000.0).toFixed(2); variable41 print("Duration " + durationSec + "s");