From 39cca2d0622dd9b95ab05e4994a183aeac5d79da Mon Sep 17 00:00:00 2001
From: myrfy001 <11474381+myrfy001@users.noreply.github.com>
Date: Wed, 15 Jul 2026 22:05:28 +0800
Subject: [PATCH 1/9] =?UTF-8?q?docs(metainfer):=20=E6=9B=B4=E6=96=B0=20sta?=
=?UTF-8?q?r-history=20=E5=9B=BE=E8=A1=A8=20+=20=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E5=AD=A6=E6=9C=AF=E7=A0=94=E7=A9=B6=E4=B8=8E=E8=B4=A1=E7=8C=AE?=
=?UTF-8?q?=E7=AB=A0=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- star-history 改用
-
-
-
+
+
+
-
-
-
+
+
+
${e.from} → ${e.to} ${e.label}
+ | Round | Status | Outcome | Integrity fixes | Issues |
|---|---|---|---|---|
| ${it.round || it.iteration} | +${it.status} | +${it.outcome || "—"} | +${(it.integrity_fixes || []).length} | +${(it.semantic_issues || []).length} | +
${md.ready ? md.markdown : "(尚未生成)"}
+ | Kernel | Cat | Count | +μ (us) | σ (us) | total (us) | +p99 (us) | bimodal? | +
|---|---|---|---|---|---|---|---|
${r.name} |
+ ${r.cat} | +${r.count} | +${r.mean_us} | +${r.std_us} | +${r.total_us} | +${r.p99_us} | +${r.bimodal_suspect ? "⚠" : ""} | +
${phase}
+ <${PhaseGraph} graph=${rt.stateGraph} /> +total_us = sum across all calls in the trace