bumped version number
Work in Progress
A CommandLine tool to generate FlameGraphs from Xcode Instruments traces
An example FlameGraph for the -[AppDelegate application:didFinishLaunchingWithOptions:] method of the Wikipedia iOS App:
-[AppDelegate application:didFinishLaunchingWithOptions:]
$ mint install lennet/FlameGraph
$ git clone https://github.com/lennet/FlameGraph.git $ cd FlameGraph $ swift run FlameGraph <args>
$ FlameGraph <OutputPath.pdf>
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FlameGraph
Work in Progress
A CommandLine tool to generate FlameGraphs from Xcode Instruments traces
An example FlameGraph for the
-[AppDelegate application:didFinishLaunchingWithOptions:]
method of the Wikipedia iOS App:Installation
Mint
Swift Package Manager
Usage
$ FlameGraph <OutputPath.pdf>