diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 12:24:00 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 12:24:00 +0300 |
| commit | 2474e480200a8dfa260a069730c19c4bb2cbdf8e (patch) | |
| tree | 2c866e4b7beae7b53c586c1e8399a808a82e63d9 /docs/tomes/05-render.md | |
| parent | 2e14b1d5dd99ecd577c96ea4aaacdd584872a338 (diff) | |
| download | fparkan-2474e480200a8dfa260a069730c19c4bb2cbdf8e.tar.xz fparkan-2474e480200a8dfa260a069730c19c4bb2cbdf8e.zip | |
feat(runtime): trace visual graph sizes
Diffstat (limited to 'docs/tomes/05-render.md')
| -rw-r--r-- | docs/tomes/05-render.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
