Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. void f() {
  2.     {
  3.         TimerCheck dummy;
  4.         // heavy code here
  5.     }
  6.     {
  7.         TimerCheck dummy;
  8.         // heavy code 2 here
  9.     }
  10.     {
  11.         TimerCheck dummy;
  12.         // heavy code 3 here
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement