TrackedFileSummary[] activeFiles =
envImpl.getUtilizationTracker().getTrackedFiles();
for (int i = 0; i < activeFiles.length; i += 1) {
profile.flushFileSummary(activeFiles[i]);
}
}
/**
* Flush the nodes in order, from the lowest level to highest level. As a