https://github.com/rubinius/rubinius-profiler
Rubinius Profiler.
https://github.com/rubinius/rubinius-profiler
Last synced: about 2 months ago
JSON representation
Rubinius Profiler.
- Host: GitHub
- URL: https://github.com/rubinius/rubinius-profiler
- Owner: rubinius
- License: bsd-3-clause
- Created: 2013-04-18T05:51:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:35:22.000Z (about 4 years ago)
- Last Synced: 2025-03-26T07:36:18.664Z (2 months ago)
- Language: Ruby
- Homepage: https://github.com
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubinius::Profiler
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'rubinius-profiler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubinius-profiler
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request