github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/convert/speedscope/testdata/simple.speedscope.json (about) 1 { 2 "$schema": "https://www.speedscope.app/file-format-schema.json", 3 "profiles": [ 4 { 5 "endValue": 14, 6 "events": [ 7 { 8 "at": 0, 9 "frame": 0, 10 "type": "O" 11 }, 12 { 13 "at": 0, 14 "frame": 1, 15 "type": "O" 16 }, 17 { 18 "at": 0, 19 "frame": 2, 20 "type": "O" 21 }, 22 { 23 "at": 2, 24 "frame": 2, 25 "type": "C" 26 }, 27 { 28 "at": 2, 29 "frame": 3, 30 "type": "O" 31 }, 32 { 33 "at": 6, 34 "frame": 3, 35 "type": "C" 36 }, 37 { 38 "at": 6, 39 "frame": 2, 40 "type": "O" 41 }, 42 { 43 "at": 9, 44 "frame": 2, 45 "type": "C" 46 }, 47 { 48 "at": 14, 49 "frame": 1, 50 "type": "C" 51 }, 52 { 53 "at": 14, 54 "frame": 0, 55 "type": "C" 56 } 57 ], 58 "name": "simple.txt", 59 "startValue": 0, 60 "type": "evented", 61 "unit": "none" 62 } 63 ], 64 "shared": { 65 "frames": [ 66 { 67 "name": "a" 68 }, 69 { 70 "name": "b" 71 }, 72 { 73 "name": "c" 74 }, 75 { 76 "name": "d" 77 } 78 ] 79 }, 80 "version": "0.0.1" 81 }