Export world-entry bringup refresh subgraph
This commit is contained in:
parent
29453f6d4b
commit
b2cc64bae4
4 changed files with 3039 additions and 0 deletions
|
|
@ -198,3 +198,25 @@ python3 tools/py/export_function_subgraph.py \
|
|||
--depth 5 \
|
||||
--title "Startup Kind-8 Runtime Effect Subgraph"
|
||||
```
|
||||
|
||||
There is now also a smaller bringup-refresh export centered on the owner above that lane:
|
||||
|
||||
- artifact:
|
||||
- `artifacts/exports/rt3-1.06/world-entry-bringup-refresh-subgraph.{dot,md}`
|
||||
- seeds:
|
||||
- `0x00443a50`
|
||||
- depth:
|
||||
- `3`
|
||||
- current size:
|
||||
- `343` nodes / `989` edges
|
||||
|
||||
Generate it with:
|
||||
|
||||
```bash
|
||||
python3 tools/py/export_function_subgraph.py \
|
||||
artifacts/exports/rt3-1.06/function-map.csv \
|
||||
artifacts/exports/rt3-1.06/world-entry-bringup-refresh-subgraph \
|
||||
--seed 0x00443a50 \
|
||||
--depth 3 \
|
||||
--title "World Entry Bringup Refresh Subgraph"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue