diff_trace
Compare two saved execution traces instruction-by-instruction to identify divergence points and differences in CPU emulation sessions.
Instructions
Compare two saved traces instruction-by-instruction.
Returns the common prefix length, divergence point, and up to 50 differing entries.
Args: session_id: The session ID. label_a: First trace label. label_b: Second trace label.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| label_a | Yes | ||
| label_b | Yes |