From 880f94a4fad7589abb338f7c35f655921333e945 Mon Sep 17 00:00:00 2001 From: "Jaana B. Dogan" Date: Sat, 17 Jun 2017 13:12:48 -0700 Subject: [PATCH] Updated Diagnostics (markdown) --- Diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diagnostics.md b/Diagnostics.md index ec902885..6a1921cf 100644 --- a/Diagnostics.md +++ b/Diagnostics.md @@ -11,7 +11,7 @@ Diagnostics solutions can be categorized into the following groups: * **Runtime stats**: Collection and analysis of runtime stats provide a high-level overview of the health of Go programs. Spikes and dips in these values helps us to identify changes in throughput, utilization, and performance. -* **Debugging**: Debugging allows us to pause Go programs and examine its execution. Program state and flow can be verified with debugging. +* **Debugging**: Debugging allows us intercept the execution flow of Go programs. Program state and flow can be verified and modified with debugging. * **Concurrency**: Concurrency diagnostics tools specialize in addressing concurrency-related verification and sanity check.