Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. uint64_t ts = .....;
  2.  
  3. auto duration = now.time_since_epoch();
  4. auto nanos = std::chrono::duration_cast<std::chrono::nanoseconds>(duration).count();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement