Against an API, can we include the time taken by the
API, not accounted for by the child/called APIs. Of
course, this would include time spent in the API and
any unaspected APIs.
Most of the times, when an API calls only a few APIs,
it is easy to figure out; but when an API calls a
number of other APIs, it is difficult to manually sum
the times spent in an API. And sometimes, this number
could give a clue about where the time is being spent.
We could again make the display of this value
configurable.
Rajesh