profiler
profiler copied to clipboard
Support loading of profiles from Instruments
Here's some TypeScript code that can parse this format: https://github.com/jlfwong/speedscope/blob/721246752f5e897f9c5a7c8c325fe55a79681ef2/import/instruments.ts#L439
And here's the description of how the format was reverse-engineered: http://jamie-wong.com/post/reverse-engineering-instruments-file-format/
┆Issue is synchronized with this Jira Task
From #1553: Markus wrote PR #1065 that prototyped this out. See that PR for more information.
No, Instruments and sample are two different tools that output different formats.
Updated code in speedscope: https://github.com/jlfwong/speedscope/blob/master/src/import/instruments.ts