Advertisement
Guest User

Untitled

a guest
Sep 5th, 2013
1,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [raw func] 266 ms
  2. [raw func std::func] 1296 ms
  3. [raw func don_delegate] 1141 ms
  4. [raw func staticdelegate] 1408 ms
  5.  
  6. [raw memfunc] 139 ms
  7. [raw memfunc std::func] 1131 ms
  8. [raw memfunc don_delegate] 982 ms
  9. [raw memfunc staticdelegate] 865 ms
  10.  
  11. [trivial auto] 141 ms
  12. [trivial std::func] 1239 ms
  13. [trivial don_delegate] 1107 ms
  14. [trivial staticdelegate] 1114 ms
  15.  
  16. [capture std::func] 1936 ms
  17. [capture don_delegate] 1945 ms
  18. [capture staticdelegate] 1873 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement