Project

pyroscope

0.01
A long-lived project that still receives updates
Pyroscope FFI Integration for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 13.0

Runtime

>= 0
 Project Readme

Pyroscope Ruby Gem

Ruby integration for Pyroscope continuous profiling platform.

Installation

gem install pyroscope

Usage

require 'pyroscope'

Pyroscope.configure do |config|
  config.application_name = "my.ruby.app"
  config.server_address = "http://localhost:4040"
end

License

Apache-2.0