[feature](profile) add MaxActiveTime and add exectime in pipelineX (#26148)
This commit is contained in:
@ -127,7 +127,11 @@ public class RuntimeProfile {
|
||||
}
|
||||
|
||||
public Counter getCounterTotalTime() {
|
||||
return counterTotalTime;
|
||||
Counter totalTimeCounter = counterMap.get("TotalTime");
|
||||
if (totalTimeCounter == null) {
|
||||
return counterTotalTime;
|
||||
}
|
||||
return totalTimeCounter;
|
||||
}
|
||||
|
||||
public int nodeId() {
|
||||
|
||||
Reference in New Issue
Block a user