Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. rnicholl@rpnxdesktop /srv/rnicholl/c++/perf $ clang++-3.8 -std=c++14 -O2 -Wall ./test.cc && ./a.out
  2. For rotation-count=500000 element-count=88 runs=3:
  3. 88 100368935.000000
  4. 88 73403727.000000
  5. 88 60785706.000000
  6. vector<int> best average rotate time: 121.571 nanoseconds
  7. 88 2400321.000000
  8. 88 2330372.000000
  9. 88 2330372.000000
  10. deque<int> best average rotate time: 4.66074 nanoseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement