Advertisement
Guest User

Untitled

a guest
Aug 7th, 2011
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $ g++ -pg main.cpp
  2. $ ./a.out
  3. %OUTPUT%
  4. $ gprof
  5. .....
  6. % cumulative self self total
  7. time seconds seconds calls ms/call ms/call name
  8.  
  9.  
  10. Index by function name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement