Commit 3650965d authored by Tommy Thorn's avatar Tommy Thorn
Browse files

Make branch trace header all-JSON

{
  "title": "Branch Trace",
  "format": [
    {
      "field": "was_taken",
      "bits": 1
    },
    {
      "field": "insn_delta",
      "bits": 15
    },
    {
      "field": "branch_addr",
      "bits": 48
    }
  ],
  "date": 20210418,
  "args": [
    "./temu","bool-linux.cfg"],
  "launch": 1618801656,
  "finished": 1618801657,
  "duration": 1,
  "branches": 15148555,
  "instructions": 117501736,
  "avg insn / branch":  7.757,
  "avg MIPS": 117.502,
  "avg taken ratio":  0.485
}

Slightly overkill, but it might be useful in future
parent 96d8579a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment