We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6711d2f commit d534d2dCopy full SHA for d534d2d
tools/docs/Thermometer-Manual.md
@@ -79,8 +79,8 @@ You'll see log lines like this:
79
80
## Monitoring performance
81
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
+`--thermometer.IterationPoint=test.rb:24` will install an iterations-per-second
+counter on any statements at this location. You should ensure there is just one
84
statement at this location as each statement run will count as an iteration.
85
86
```
0 commit comments