Identifying hotspot in Jprofiler for a grails application -


screenshots of call tree , hot spots in cpu view when profiling application given below. can cglib's methodinterceptor.intercept() hotspot? it's not code wrote or calling directly, it's grails internal call. if yes, how fix it?

i know should looking @ "runnable" thread status. but, shows hotspot when thread status set "waiting" or "all states". mean intercept() waiting event occur? how come it's same method that's waiting in flows? , how fix issue?

call tree:

hot spots:

there non-profiled classes between methodinterceptor , orderservice. try switch "sampling" , disable filters, @ hot spots view again.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -