{
  "$schema": "https://www.speedscope.app/file-format-schema.json",
  "name": "checkout-api evented profile",
  "exporter": "novus-examples observability fixture",
  "activeProfileIndex": 0,
  "shared": {
    "frames": [
      {
        "name": "(root)"
      },
      {
        "name": "main"
      },
      {
        "name": "http.(*conn).serve"
      },
      {
        "name": "checkout.Handle"
      },
      {
        "name": "checkout.price"
      },
      {
        "name": "pricing.applyDiscount"
      },
      {
        "name": "encoding/json.Marshal"
      },
      {
        "name": "sql.(*DB).QueryContext"
      },
      {
        "name": "runtime.gcBgMarkWorker"
      }
    ]
  },
  "profiles": [
    {
      "type": "evented",
      "name": "cpu",
      "unit": "nanoseconds",
      "startValue": 0,
      "endValue": 8000000000,
      "events": [
        {
          "type": "O",
          "frame": 1,
          "at": 0
        },
        {
          "type": "O",
          "frame": 2,
          "at": 200000000
        },
        {
          "type": "O",
          "frame": 3,
          "at": 400000000
        },
        {
          "type": "O",
          "frame": 4,
          "at": 600000000
        },
        {
          "type": "O",
          "frame": 5,
          "at": 800000000
        },
        {
          "type": "C",
          "frame": 5,
          "at": 2400000000
        },
        {
          "type": "C",
          "frame": 4,
          "at": 3800000000
        },
        {
          "type": "C",
          "frame": 3,
          "at": 5200000000
        },
        {
          "type": "C",
          "frame": 2,
          "at": 6600000000
        },
        {
          "type": "C",
          "frame": 1,
          "at": 8000000000
        }
      ]
    }
  ]
}
