You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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
`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
0 commit comments