◐ Shell
clean mode source ↗

doc: include node.module_timer on available categories · nodejs/node@758178b

Original file line numberDiff line numberDiff line change

@@ -46,6 +46,7 @@ The available categories are:

4646

`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods.

4747

* `v8`: The [V8][] events are GC, compiling, and execution related.

4848

* `node.http`: Enables capture of trace data for http request / response.

49+

* `node.module_timer`: Enables capture of trace data for CJS Module loading.

4950
5051

By default the `node`, `node.async_hooks`, and `v8` categories are enabled.

5152