I have set a package filter to include all our application code. One of our classes has a really really long method when when execution passes through this method it does not seem to be recorded by Chronon. See attachment. I have double checked that this class is not excluded in the filters as some of the other classes in the same package have the execution captured by Chronon. Is there a limit to the complexity / size of the class file / method that Chronon can capture?
-
the jvm does have a 64k bytecode limit.
Sometimes intrumenting a method causes it do cross that limit, so chronon deinstruments and automatically excludes it from recording. -
-
Roughly what percentage to the method size does chronon add after instrumentation?
Thanks -