Profiling

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Profiling

Jochen Riekhof
Hi...

is there any way to profile the execution of a method and it's callees (see
what methods take up what total amount of time)?

Ciao

...Jochen


Reply | Threaded
Open this post in threaded view
|

Re: Profiling

Andy Bower
Jochen,

> is there any way to profile the execution of a method and it's callees
(see
> what methods take up what total amount of time)?

You really need to check out Ian Bartholomew's site. In particular, the
Profiler link on this page is what you want:

http://www.idb.me.uk/goodies5/goodies5.html

Best Regards,

Andy Bower
Dolphin Support
http://www.object-arts.com
---
Are you trying too hard?
http://www.object-arts.com/Relax.htm
---


Reply | Threaded
Open this post in threaded view
|

Re: Profiling

Jochen Riekhof-3
Andy, thank you, works great! What would we do without Ian!
Ironically, I had already downloaded it. Just forgot about it :-).

Ciao

...Jochen


Reply | Threaded
Open this post in threaded view
|

Re: Profiling

Ian Bartholomew-18
Jochen Riekhof wrote:

> Ironically, I had already downloaded it. Just forgot about it :-).

Just a reminder that as I haven't got round to doing the documentation yet
(that phrase sounds vaguely familiar!) you will probably need to have a
look at the Dolphin 4 goodies page for the Profiler.  That page has got
_some_ documentation and there weren't (as I recall) many changes between
that and the D5 version.

--
Ian


Reply | Threaded
Open this post in threaded view
|

Re: Profiling

Jochen Riekhof-3
> Just a reminder that as I haven't got round to doing the documentation yet

Don't bother, I managed it :-). I just "show"ed ProfilerBrowser, hit "Start
Profiler", hacked in my workspace code, and there it goes.

I will definitely look at the D4-docs when I have more time (pretty tight
schedule currently)


Ciao

...Jochen