Files
openswarm/docs/perf/winv2/baseline_phases.svg
T
Eric 24a767eec9 [eric] perf: winv2 windows startup + app builder profiling, tracking doc, graphs
- warm boot floor 8256ms -> 857ms; app builder download + create breakdown measured

- harnesses, csv, dependency-free svg graphs, per-step savings table, #9 plan
2026-06-16 21:58:39 -07:00

12 lines
977 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="900" height="260" font-family="Segoe UI, sans-serif">
<text x="20" y="28" font-size="17" font-weight="600" fill="#1a1d27">where startup time goes (backend dwarfs the shell)</text>
<text x="20" y="77" font-size="13" fill="#1a1d27">typical warm launch</text>
<rect x="170" y="50" width="77.8" height="46" fill="#2e9e5b" rx="3"/>
<rect x="170" y="50" width="5.5" height="46" fill="#1a1d27" rx="3"/>
<text x="256" y="77" font-size="12" fill="#1a1d27">backend 9.6s (shell 0.68s)</text>
<text x="20" y="149" font-size="13" fill="#1a1d27">typical cold launch</text>
<rect x="170" y="122" width="700.0" height="46" fill="#d64545" rx="3"/>
<rect x="170" y="122" width="12.0" height="46" fill="#1a1d27" rx="3"/>
<text x="878" y="149" font-size="12" fill="#1a1d27">backend 86.3s (shell 1.48s)</text>
<text x="20" y="248" font-size="11" fill="#8892a4">dark = electron shell (app-launch + first-paint); colored = python backend</text>
</svg>