diff --git a/doc/api/cli.md b/doc/api/cli.md index 720108e1b3e836..5079325d0b90d0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -139,6 +139,20 @@ added: v2.1.0 Prints a stack trace whenever synchronous I/O is detected after the first turn of the event loop. +### `--trace-events-enabled` + + +Enables the collection of trace event tracing information. + +### `--trace-event-categories` + + +A comma separated list of categories that should be traced when trace event +tracing is enabled using `--trace-events-enabled`. ### `--zero-fill-buffers`