From 758178bd72fc15db6f558bf196593c3d5c29f6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinicius=20Louren=C3=A7o?= <12551007+H4ad@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:18:16 -0300 Subject: [PATCH] doc: include node.module_timer on available categories PR-URL: https://github.com/nodejs/node/pull/53638 Reviewed-By: Yagiz Nizipli Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- doc/api/tracing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/tracing.md b/doc/api/tracing.md index 0adeed4713a7d8..e1a72a708863a5 100644 --- a/doc/api/tracing.md +++ b/doc/api/tracing.md @@ -46,6 +46,7 @@ The available categories are: `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. * `v8`: The [V8][] events are GC, compiling, and execution related. * `node.http`: Enables capture of trace data for http request / response. +* `node.module_timer`: Enables capture of trace data for CJS Module loading. By default the `node`, `node.async_hooks`, and `v8` categories are enabled.