Skip to content

Instantly share code, notes, and snippets.

@petethepig
Created April 30, 2021 01:26
Show Gist options
  • Save petethepig/c6041b26002e218ef54e67c5c6f3909a to your computer and use it in GitHub Desktop.
Save petethepig/c6041b26002e218ef54e67c5c6f3909a to your computer and use it in GitHub Desktop.
{
"exporter": "Microsoft.Diagnostics.Tracing.TraceEvent@2.0.64.0",
"name": "trace.speedscope",
"activeProfileIndex": 0,
"$schema": "https://www.speedscope.app/file-format-schema.json",
"shared": {
"frames": [
{
"name": "Process64 Process(51585) (51585) Args: "
},
{
"name": "(Non-Activities)"
},
{
"name": "Threads"
},
{
"name": "Thread (554730)"
},
{
"name": "dotnet!dotnet.Program.Main(class System.String[])"
},
{
"name": "UNMANAGED_CODE_TIME"
}
]
},
"profiles": [
{
"type": "evented",
"name": "Thread (554730)",
"unit": "milliseconds",
"startValue": "0.217541",
"endValue": "9879.610119125",
"events": [
{
"type": "O",
"frame": 0,
"at": 0.217541
},
{
"type": "O",
"frame": 1,
"at": 0.217541
},
{
"type": "O",
"frame": 2,
"at": 0.217541
},
{
"type": "O",
"frame": 3,
"at": 0.217541
},
{
"type": "O",
"frame": 4,
"at": 0.217541
},
{
"type": "O",
"frame": 5,
"at": 0.217541
},
{
"type": "C",
"frame": 5,
"at": 9879.610119125
},
{
"type": "C",
"frame": 4,
"at": 9879.610119125
},
{
"type": "C",
"frame": 3,
"at": 9879.610119125
},
{
"type": "C",
"frame": 2,
"at": 9879.610119125
},
{
"type": "C",
"frame": 1,
"at": 9879.610119125
},
{
"type": "C",
"frame": 0,
"at": 9879.610119125
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment