Comments
1 comment
-
Hi and thanks for your post!
As the main method of the profiled application may not have executed all of the other methods called on, there may not be a method that has close to 100% "time with children".
Just to confirm, if you take a look at the call tree, are the top nodes just the main method, JIT, and "Simplified stack traces"? If so, they should indeed cover the 100%, since none of them were child methods of each other.
I hope that info helps but please let me know if I've misunderstood!
Add comment
Please sign in to leave a comment.
My expectation is that in "Methods grid" view, with the above display options, there should be a method that shows "Time with children" of very close to 100%. Is this not a valid expectation when profiling code that uses significant async/await semantics?
Is it that Main+JIT+Simplified should cover 100%?