We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d416f53 commit 8748f92Copy full SHA for 8748f92
data/simulation/trace.haskell.d.ts
@@ -15,7 +15,6 @@ type HaskellEvent =
15
interface HaskellCpuEvent {
16
tag: "Cpu";
17
node: string;
18
- duration_s: number;
19
cpu_time_s: number;
20
// CPU task types: Block validation (ValIB, ValEB, ValRB), Header validation (ValIH, ValRH), Vote validation (ValVote). Format: "<task_type>: <id>"
21
task_label: string; // e.g., "ValIB: 6-29" or "ValRH: 6253064077348247640"
0 commit comments