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
- Host: GitHub
- URL: https://github.com/kyrylo/pry-profiler
- Owner: kyrylo
- Created: 2014-01-29T15:57:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T16:50:45.000Z (over 11 years ago)
- Last Synced: 2025-01-11T15:13:57.912Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.0Known 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