Advertisement
Guest User

Untitled

a guest
Sep 5th, 2013
2,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [raw func] 22 ms
  2. [raw func std::func] 1221 ms
  3. [raw func don_delegate] 8 ms
  4. [raw func staticdelegate] 1234 ms
  5.  
  6. [raw memfunc] 8 ms
  7. [raw memfunc std::func] 1083 ms
  8. [raw memfunc don_delegate] 8 ms
  9. [raw memfunc staticdelegate] 858 ms
  10.  
  11. [trivial auto] 8 ms
  12. [trivial std::func] 949 ms
  13. [trivial don_delegate] 8 ms
  14. [trivial staticdelegate] 8 ms
  15.  
  16. [capture std::func] 1787 ms
  17. [capture don_delegate] 1369 ms
  18. [capture staticdelegate] 1213 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement