Profiling and class methods

2007-12-04 Thread Ravi Nanavati
One of the smaller nits I noticed when looking at profiles generated by 6.8.1 (using -prof -auto-all) is that class methods show up as cost centers named something like $f5. I can look at the call stack and figure out that $f5 is probably the call to a particular class method in a particular

Re: Profiling and class methods

2007-12-04 Thread Denis Bueno
On Dec 4, 2007 10:45 PM, Ravi Nanavati [EMAIL PROTECTED] wrote: One of the smaller nits I noticed when looking at profiles generated by 6.8.1 (using -prof -auto-all) is that class methods show up as cost centers named something like $f5. I can look at the call stack and figure out that $f5 is