FlameGraph

0.15.0

A simple tool to generate FlameGraphs from Xcode Instruments traces ๐Ÿ”ฅ๐Ÿ“Š
lennet/FlameGraph

What's New

2019-06-12T15:06:02Z

FlameGraph

Travis status Swift Package Manager

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: Example output

Installation

$ mint install lennet/FlameGraph

Swift Package Manager

$ git clone https://github.com/lennet/FlameGraph.git
$ cd FlameGraph
$ swift run FlameGraph <args>

Usage

  1. Run Time Profiler in Instruments
  2. Select Thread and region you are interested in
  3. Edit > Deep copy โ‡งโŒ˜C
  4. $ FlameGraph <OutputPath.pdf>

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

Last updated: Thu Mar 14 2024 10:20:13 GMT-0900 (Hawaii-Aleutian Daylight Time)