We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d58a8 commit 0ede513Copy full SHA for 0ede513
_content/blog/execution-traces-2024.md
@@ -54,7 +54,7 @@ applications, which limits tracing to situational usage, rather than continuous
54
profiling.
55
It turned out that much of the cost of tracing came down to tracebacks.
56
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.
+identifying what goroutines were doing at key moments in their execution.
58
59
Thanks to work by Felix Geisendörfer and Nick Ripley on optimizing the efficiency of tracebacks,
60
the run-time CPU overhead of execution traces has been cut dramatically, down to 1–2% for many
0 commit comments