Skip to content

Commit d534d2d

Browse files
committed
Thermometer documentation typo
1 parent 6711d2f commit d534d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docs/Thermometer-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ You'll see log lines like this:
7979

8080
## Monitoring performance
8181

82-
`--thermometer.IPS=test.rb:24` will install an iterations-per-second counter
83-
on any statements at this location. You should ensure there is just one
82+
`--thermometer.IterationPoint=test.rb:24` will install an iterations-per-second
83+
counter on any statements at this location. You should ensure there is just one
8484
statement at this location as each statement run will count as an iteration.
8585

8686
```

0 commit comments

Comments
 (0)