File 0887-erts-Document-how-to-generate-gcov-html-results.patch of Package erlang
From 5113e2e39278453ad7a37c2091e58fe329ff7a06 Mon Sep 17 00:00:00 2001
From: Rickard Green <rickard@erlang.org>
Date: Wed, 26 Feb 2025 19:34:26 +0100
Subject: [PATCH 2/2] [erts] Document how to generate gcov html results
---
HOWTO/DEVELOPMENT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index 761ffcf7d0..9b2166fc17 100644
--- a/HOWTO/DEVELOPMENT.md
+++ b/HOWTO/DEVELOPMENT.md
@@ -355,6 +355,7 @@ switches are:
* Set environment variable `ASAN_OPTIONS` for any extra asan options you want to pass.
* -gcov
* Start a gcov run-time system.
+ * Generate results by running: `$ERL_TOP/erts/etc/unix/gcov-gen-html $ERL_TOP <OUTPUT_DIR>`
* -gdb
* Start an Emacs gdb debugging session. Can be combined with -debug.
* -core /path/to/core/file
--
2.43.0