Project

qprof

0.0
No release in over a year
quick and dirty ruby flamegraphs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

QProf

Quick and dirty flamegraph visualizations for profiling ruby projects.

Screen Shot 2022-04-20 at 6 07 06 PM

Dependencies

There are two external dependencies, which you probably already have installed:

  • git, to pull FlameGraph
  • perl, to call flamegraph.pl

Installation

require 'qprof' or gem 'qprof' in your gemfile

Usage

QProf.call { "...your code..." } # => opens a browser window