feat(runtime): trace visual graph sizes

This commit is contained in:
2026-07-18 13:24:00 +04:00
parent 2e14b1d5dd
commit 2474e48020
4 changed files with 69 additions and 10 deletions
+7
View File
@@ -1126,6 +1126,13 @@ termination. It does not preserve the simultaneous TEXM count, so it neither
identifies a slow individual material nor attributes time to MAT0 parsing; the
next profiler revision needs one cumulative snapshot of all classes.
Visual MAT0/TEXM request markers now also carry the graph node and edge counts
materialized immediately before that request resolves. A rebuilt bounded Part 2
probe recorded MAT0 request 3 at 52 nodes / 51 edges and request 4 at 55 nodes
/ 54 edges. These are observational snapshots for graph-growth profiling only:
they do not change traversal order, node or edge identities, provenance,
validation, cache semantics, or rendering.
`fparkan-game --load-progress` now initializes its file with `Starting` and
appends each later mission-load event instead of replacing the prior line. A
bounded probe can therefore retain both MAT0 and TEXM request milestones even