Re: Isolating high cpu load at function level

2009-06-25 Thread Mel Flynn
On Wednesday 24 June 2009 07:42:06 Gary Gatten wrote: I have a process with several threads - the main worker threads typically use 20% CPU - but after upgrading to a new version they're now using 90% cpu. I'm trying to determine what function these threads are performing that's requiring

Isolating high cpu load at function level

2009-06-24 Thread Gary Gatten
Hello, I have a process with several threads - the main worker threads typically use 20% CPU - but after upgrading to a new version they're now using 90% cpu. I'm trying to determine what function these threads are performing that's requiring so much more cpu. Is it bad code? I bug in a