Skip to content

Commit 92c8d63

Browse files
authored
Merge pull request #132 from jhawthorn/better-options-table-formatting
2 parents 1409df9 + 872ad69 commit 92c8d63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ ruby -r vernier -e 'Vernier.trace_retained(out: "irb_profile.json") { require "i
126126
127127
### Options
128128

129-
Option | Middleware Param | Description | Default | Middleware Default
130-
:- | :- | :- | :- | :-
131-
`mode` | N/A | The sampling mode to use. One of `:wall`, `:retained` or `:custom`. | `:wall` | `:wall`
132-
`out` | N/A | The file to write the profile to. | N/A | Automatically generated
133-
`interval` | `vernier_interval` | The sampling interval in microseconds. Only available in `:wall` mode. | `500` | `200`
134-
`allocation_interval` | `vernier_allocation_interval` | The allocation sampling interval in number of allocations. Only available in `:wall` mode. | `0` (disabled) | `200`
135-
`gc` | N/A | Initiate a full and immediate garbage collection cycle before profiling. Only available in `:retained` mode. | `true` | N/A
129+
Option \| Middleware Param | Description | Default \| Middleware Default
130+
:- | :- | :-
131+
`mode` \| N/A | The sampling mode to use. One of `:wall`, `:retained` or `:custom`. | `:wall` \| `:wall`
132+
`out` \| N/A | The file to write the profile to. | N/A \| Automatically generated
133+
`interval` \| `vernier_interval` | The sampling interval in microseconds. Only available in `:wall` mode. | `500` \| `200`
134+
`allocation_interval` \| `vernier_allocation_interval` | The allocation sampling interval in number of allocations. Only available in `:wall` mode. | `0` (disabled) \| `200`
135+
`gc` \| N/A | Initiate a full and immediate garbage collection cycle before profiling. Only available in `:retained` mode. | `true` \| N/A
136136

137137
## Development
138138

0 commit comments

Comments
 (0)