I'm profiling an application, where most of time 37% time looks like to
be spent inside a method, queueComponentWorkRequest performace, which
is very simple but for some synch instruction.. how can I profile what
its appening?
Oliver Wong - 01 May 2006 17:38 GMT
> I'm profiling an application, where most of time 37% time looks like to
> be spent inside a method, queueComponentWorkRequest performace, which
> is very simple but for some synch instruction.. how can I profile what
> its appening?
If you can only measure timing around methods and not individual
statements, you could temporarily refactor your code extract more methods,
and thus get more fine grained measurements.