Activity overview
Latest activity by cbertolasio
If we use the calculation discussed in this post, and we know that Method A invokes Method B and the average time (excluding children) in Method a is .1000 seconds and the average time in Method B (excluding children) is .4000, can we infer that method B is more of a performance issue compared to method A? / comments
If we use the calculation discussed in this post, and we know that Method A invokes Method B and the average time (excluding children) in Method a is .1000 seconds and the average time in Method B ...
infer actual method run time excluding children
I am looking at a method in the "All Methods" tab. The method has the following statistics: Hit Count 15057, Time (sec) 52.1525, Average Time (sec) 0.1019, Time w/ Children (Sec) 1533.5680.
If I u...