Skip to content

Commit 0ede513

Browse files
mknyszekgopherbot
authored andcommitted
_content/blog: fix typo in execution traces 2024 post
Change-Id: Ida1ac5b41924f863f0b443ad874ed6a43730f4f4 Reviewed-on: https://go-review.googlesource.com/c/website/+/571677 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> Auto-Submit: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent c2d58a8 commit 0ede513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/blog/execution-traces-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ applications, which limits tracing to situational usage, rather than continuous
5454
profiling.
5555
It turned out that much of the cost of tracing came down to tracebacks.
5656
Many events produced by the runtime have stack traces attached, which are invaluable to actually
57-
identifying what goroutines where doing at key moments in their execution.
57+
identifying what goroutines were doing at key moments in their execution.
5858

5959
Thanks to work by Felix Geisendörfer and Nick Ripley on optimizing the efficiency of tracebacks,
6060
the run-time CPU overhead of execution traces has been cut dramatically, down to 1–2% for many

0 commit comments

Comments
 (0)