@@ -407,11 +407,11 @@ export async function renderCallTree(
407407 formatterParams : {
408408 thousand : false ,
409409 precision : 3 ,
410- totalValue : rootMethod . duration ,
410+ totalValue : rootMethod . duration . total ,
411411 } ,
412412 bottomCalcFormatter : progressFormatter ,
413413 bottomCalc : 'max' ,
414- bottomCalcFormatterParams : { precision : 3 , totalValue : rootMethod . duration } ,
414+ bottomCalcFormatterParams : { precision : 3 , totalValue : rootMethod . duration . total } ,
415415 headerFilter : MinMaxEditor ,
416416 headerFilterFunc : MinMaxFilter ,
417417 headerFilterFuncParams : { columnName : 'duration' , filterCache : totalTimeFilterCache } ,
@@ -426,13 +426,13 @@ export async function renderCallTree(
426426 hozAlign : 'right' ,
427427 headerHozAlign : 'right' ,
428428 bottomCalc : 'sum' ,
429- bottomCalcFormatterParams : { precision : 3 , totalValue : rootMethod . duration } ,
429+ bottomCalcFormatterParams : { precision : 3 , totalValue : rootMethod . duration . total } ,
430430 bottomCalcFormatter : progressFormatter ,
431431 formatter : progressFormatter ,
432432 formatterParams : {
433433 thousand : false ,
434434 precision : 3 ,
435- totalValue : rootMethod . duration ,
435+ totalValue : rootMethod . duration . total ,
436436 } ,
437437 headerFilter : MinMaxEditor ,
438438 headerFilterFunc : MinMaxFilter ,
0 commit comments