An open API service indexing awesome lists of open source software.

https://github.com/kyrylo/pry-profiler

Not ready. Work in progress
https://github.com/kyrylo/pry-profiler

Last synced: 3 months ago
JSON representation

Not ready. Work in progress

Awesome Lists containing this project

README

        

Pry Profiler
============

* Repository: [https://github.com/kyrylo/pry-profiler][repo]

Description
-----------

Pry Profiler is a plugin for [Pry][pry], which enables some profiling features
while debugging your code.

Installation
------------

All you need is to install the gem. The `pry-profiler` plugin will be detected and
used automatically.

gem install pry-profiler

Synopsis
--------

Limitations
-----------

The list of supported Rubies:

* MRI 1.9.3
* MRI 2.0.0
* MRI 2.1.0

Known bugs:

* Does not support methods defined on `Kernel`

Credits
-------

License
-------

The project uses Zlib License. See LICENSE file for more information.

[repo]: https://github.com/kyrylo/pry-profiler "Home page"
[pry]: https://github.com/pry/pry