Searched refs:ns_per_copy (Results 1 – 1 of 1) sorted by relevance
98 …double ns_per_copy = chrono::duration_cast<chrono::nanoseconds>(copy_end - copy_start).count() / d… in main() local99 double gb_per_sec = ((double)cur_size / (1ull<<30)) / (ns_per_copy / 1.0E9); in main()