I've inherited a problem from a programmer that isn't with our group anymore - a piece of our application suffers from performance issues under a particular set of circumstances.
I can replicate these circumstances - however, I don't actually know what is causing this performance issue. I suspect it is a large Java object taking up too much memory at once and causing our front-end to lag, but I can't determine which object it might be.
Since I know what functionality is causing the issue, but not the exact location of the performance issue, is there any way to test this performance and narrow my search down by class and function?