Re: some profiler questions

2005-06-09 Thread Dieter Maurer
"Mac" <[EMAIL PROTECTED]> writes on 7 Jun 2005 20:38:51 -0700: > > 1) I'd still like to run my whole app (i.e., using main()), but I'd > like to limit the profiling to only the select few subroutines. That > is, say I have a set of such fns in mind, call it "key_fns", and I > would like to on

some profiler questions

2005-06-07 Thread Mac
I'm writing a bunch of algorithms in Python for solving a certain class of problems, and I was interested in doing some comparisons between them and would like to collect various high-level runtime stats, such as the number of invocations of certain key subroutines. I have my own code to do this.