{ "exporter": "speedscope@0.6.0", "$schema": "https://www.speedscope.app/file-format-schema.json", "name": "Two Samples", "activeProfileIndex": 1, "profiles": [ { "type": "sampled", "name": "one", "unit": "seconds", "startValue": 0, "endValue": 14, "samples": [ [0, 1, 2], [0, 1, 2], [0, 1, 3], [0, 1, 2], [0, 1] ], "weights": [1, 1, 4, 3, 5] }, { "type": "sampled", "name": "two", "unit": "seconds", "startValue": 0, "endValue": 14, "samples": [ [0, 1, 2], [0, 1, 2], [0, 1, 3], [0, 1, 2], [0, 1] ], "weights": [1, 1, 4, 3, 5] } ], "shared": { "frames": [ { "name": "a" }, { "name": "b" }, { "name": "c" }, { "name": "d" } ] } }