Hello experts,
Is there a way to get how much time was consumed by base code, isv code & custom code.
For example if we are Updating sales order then how to get how much time was consumed by each item below via x++
a.Base code
b. ISV1 code
c. ISV2 code
d.ISVN code
e.Custom code (model where all customization is happening)
I have tried xppCallStack but that seems to provide what all code was touched and does not provide time spent at each node.
How does trace parser get this information, is the trace parser code available in our dev vm for reference.
Thanks
Mav