Home | History | Annotate | Download | only in micro_bench

Lines Matching refs:NS_PER_SEC

41 #define NS_PER_SEC              1000000000
90 return static_cast<uint64_t>(t.tv_sec) * NS_PER_SEC + t.tv_nsec;
127 return ((size/1024.0) * copies) / ((double)time_ns/NS_PER_SEC);
144 name, copies, size, (double)time_ns/NS_PER_SEC, avg/1024.0);
173 return ((size/1024.0) * copies * num_buffers) / ((double)time_ns/NS_PER_SEC);
178 name, copies, num_buffers, size, (double)time_ns/NS_PER_SEC, avg/1024.0);
375 (double)time_ns/NS_PER_SEC,
390 (double)time_ns/NS_PER_SEC,