Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In a large scale code base, I am instrumenting functions/methods with timers (start and end time). I will be collecting these time logs (similar to what gprof does). I was wondering if there is a tool that I could use for the following:

  1. Post-process or data mine these time logs and get useful information like how long a particular method took, how many times it is called, etc.
  2. Visualize these timing logs. Is there a standard format that I could produce the timing logs, so that I could take advantage of some open source or commercial UI tools.

Code base: C++, multithreading (windows/linux). However post processing the logs could be in any environment.

share|improve this question
1  
+1 There's another way to do it. You don't have to go timing everything. Check the comment from ErikE on this post. Also the first comment on this post. – Mike Dunlavey Jul 14 '12 at 22:32
Good readings, thanks Mike. – cached Jul 16 '12 at 16:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.