• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Sampler - where is application spending most of the time?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sampler - where is application spending most of the time?


  • Subject: Sampler - where is application spending most of the time?
  • From: Izidor Jerebic <email@hidden>
  • Date: Mon, 21 Jun 2004 17:05:21 +0200

Hello!

I have a very basic wish - just want to see where my application spends most of its time.

In the bad old days when profiling was done via gprof, it was easy to see where your application spends most of the time, because gprof did list the functions (methods) in one part of its report according to time spent in the function + its descendants (plus it indicated where it was called from and all those cycles were quite easy to navigate in text editor because you could search for text which marked the cycle)...

So you just skipped a couple system functions and main(), which were at the top, and you saw clearly where your application is spending time and how it came there and what was happening there (who was called by whom etc.)...

Now, we have the Sampler and I cannot find this functionality. I just want the list of most time consuming functions + number of times they were called + information which one called them and which functions were called by them (annotated by % of time consumed by each subpart so you can navigate to most busy subtree).

How do I achieve this?

izidor

P.S. I did read the Sampler help...
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Sampler - where is application spending most of the time?
      • From: Shawn Erickson <email@hidden>
    • Re: Sampler - where is application spending most of the time?
      • From: Prachi Gauriar <email@hidden>
  • Prev by Date: Is it possible to duplicate targets in XCode?
  • Next by Date: Re: Sampler - where is application spending most of the time?
  • Previous by thread: Re: Is it possible to duplicate targets in XCode?
  • Next by thread: Re: Sampler - where is application spending most of the time?
  • Index(es):
    • Date
    • Thread