From 2474e480200a8dfa260a069730c19c4bb2cbdf8e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 13:24:00 +0400 Subject: feat(runtime): trace visual graph sizes --- docs/tomes/05-render.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/tomes') diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index b647f19..d390a9a 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -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 -- cgit v1.2.3