From 10523c0efb908ab0ff4872a2e9e91b314d3d46ed Mon Sep 17 00:00:00 2001
From: Toshihiro Shiino
- When the flag package sees
- The goroutine profile includes the profile labels associated with each goroutine
- at the time of profiling. This feature is not yet implemented for the profile
- reported with -h
or -help
, and
- those flags are not defined, it now prints a usage message.
+ When the flag
package sees -h
or -help
,
+ and those flags are not defined, it now prints a usage message.
If the FlagSet
was created with
ExitOnError
,
FlagSet.Parse
would then
@@ -901,9 +901,9 @@ Do not send CLs removing the interior tags from such phrases.
@@ -934,6 +934,7 @@ Do not send CLs removing the interior tags from such phrases.
debug=2
.
+ The goroutine profile now includes the profile labels associated with each
+ goroutine at the time of profiling. This feature is not yet implemented for
+ the profile reported with debug=2
.
Map.Delete
is more efficient.