From 9b020ade2bad4a2bfa67eff946090648bfda417e Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Wed, 17 Aug 2022 23:15:01 +0200 Subject: [PATCH] chore: add readme --- documentation/memory/step3/exercise/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 documentation/memory/step3/exercise/README.md diff --git a/documentation/memory/step3/exercise/README.md b/documentation/memory/step3/exercise/README.md new file mode 100644 index 0000000..3bccadf --- /dev/null +++ b/documentation/memory/step3/exercise/README.md @@ -0,0 +1,4 @@ +# Tracing garbage collection exercices + +These scripts are materials for the [GC traces](https://nodejs.org/en/docs/guides/diagnostics/memory/using-gc-traces/) tutorial. +