debug-log-analyzer icon indicating copy to clipboard operation
debug-log-analyzer copied to clipboard

feat: better handing of cumulative usage on calltree

Open lcottercertinia opened this issue 2 years ago • 0 comments

Is your feature request related to a problem?

Right now we just show the text. We could have a separate row for each CUMULATIVE_LIMIT_USAGE Each LIMIT_USAGE_FOR_NS would then be a child of CUMULATIVE_LIMIT_USAGE With each limit being a row within LIMIT_USAGE_FOR_NS

We could also potentially aggregate each value and show them in the correct columns but we need to ensure it does not get picked up in the analysis incorrectly.

lcottercertinia avatar Jul 03 '23 17:07 lcottercertinia