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?
there non-profiled classes between methodinterceptor , orderservice. try switch "sampling" , disable filters, @ hot spots view again.
Comments
Post a Comment