From 2e1c4564850a5e83c5d62cb05bc0d6798ecec172 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Sun, 15 Sep 2024 19:20:48 +0000 Subject: [PATCH] docs: update out-of-date and mispelled lines --- g3doc/user_guide/debugging.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/g3doc/user_guide/debugging.md b/g3doc/user_guide/debugging.md index 4ef4c42a5..f8d48b1ba 100644 --- a/g3doc/user_guide/debugging.md +++ b/g3doc/user_guide/debugging.md @@ -144,11 +144,10 @@ line options before starting the container: Then restart docker to refresh the runtime options. While the container is running, execute `runsc debug` to collect profile information and save to a -file. Here are the options available: +file. These are a couple of the options available: -* **--profile-heap:** Generates heap profile to the speficied file. -* **--profile-cpu:** Enables CPU profiler, waits for `--duration` seconds and - generates CPU profile to the speficied file. +* **--profile-heap:** Writes heap profile to the given file. +* **--profile-cpu:** Writes CPU profile to the given file. For example: