Measure operations duration

This commit is contained in:
Romain Quetiez
2025-07-04 14:29:27 +02:00
parent 57d610fc16
commit f8ae1fd2d8
4 changed files with 28 additions and 2 deletions

View File

@@ -1862,6 +1862,7 @@ EOF
}
// Remove excluded classes from the graph
$oKPI = new ExecutionKPI();
if (count($aExcludedClasses) > 0) {
$oIterator = new RelationTypeIterator($oRelGraph, 'Node');
foreach ($oIterator as $oNode) {
@@ -1871,6 +1872,7 @@ EOF
}
}
}
$oKPI->ComputeAndReport('Filtering nodes');
$oGraph = DisplayableGraph::FromRelationGraph($oRelGraph, $iGroupingThreshold, ($sDirection == 'down'));
$oGraph->InitFromGraphviz();