Searched refs:NS (Results 1 – 4 of 4) sorted by relevance
1308 typedef std::chrono::duration<double, std::micro> NS; in main() typedef1320 std::cout << NS(t1-t0).count() << " microseconds\n"; in main()
2416 typedef std::chrono::duration<double, std::micro> NS; in main() typedef2460 std::cout << NS(t1-t0).count() << " microseconds\n"; in main()
2182 typedef std::chrono::duration<double, std::micro> NS; in main() typedef2188 std::cout << NS(t1-t0).count() << " microseconds\n"; in main()