[Tutor] How expensive is a function call

alan.gauld@bt.com alan.gauld@bt.com
Fri, 24 May 2002 09:39:55 +0100


> My question then is how much am I losing by this?

Probably not much but performance is a funny thing. 
Only the profiler will really tell you.

> In the helping people to help themselves - I have been
> intimidated from trying to tackle profiling of performance.
> Is anyone aware of a basic tutorial on this topic?

There is pretty good guidance in the documentation. Its 
really pretty straighforward.
Try it, if you get stuck ask. Its probably the easiest way.

If you have Programming Python it has a chapter on using 
the profiler too.

Alan g