Call Graph (JIT overhead)
gotabyte
Posts: 8
I would like to understand better what the JIT Overhead represents in the Call graph.
Comments
For example, if MethodA calls MethodB and discovers that MethodB has not yet been jitted, it will call the JIT, and then MethodB. (JIT Overhead) and MethodB will be shown as children of MethodA.
Typically, (JIT Overhead) will be about a millisecond per method.
Red Gate Software