Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn authored Dec 23, 2023
1 parent cfb84bb commit 9118c2b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vernier

Next-generation Ruby sampling profiler. Tracks multiple threads, GVL activity, GC pauses, idle time, and more.
Next-generation Ruby 3.2.1+ sampling profiler. Tracks multiple threads, GVL activity, GC pauses, idle time, and more.

## Examples

Expand All @@ -18,12 +18,10 @@ Rails benchmark - lobste.rs (time)
`require "irb"` (retained memory)
: https://share.firefox.dev/3DhLsFa

## Requirements

Vernier requires Ruby version 3.2.1 or higher. Please ensure your Ruby environment meets this requirement before installation.

## Installation

Vernier requires Ruby version 3.2.1 or greater

```ruby
gem 'vernier'
```
Expand Down

0 comments on commit 9118c2b

Please sign in to comment.