pulumi/sdk/go/common/util/cmdutil
Pat Gavlin 6a4740e8cb [cli] Better memory profiling
The current memory profile reports the live objects and their sources at
the time at which it is captured. This is almost never what we want:
instead, we want a profile of _all_ allocations over the lifetime of the
process. These changes replace the heap profile with an allocation
profile and add a parameter, --memprofilerate, to control the rate at
which allocations are profiled.
2023-05-25 09:20:12 -07:00
..
args.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
child.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
child_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
console.go cmd/stack output: Print to an io.Writer 2023-01-25 15:17:18 -08:00
console_password.go crypto/ssh/terminal is deprecated 2023-01-12 09:07:34 -08:00
console_test.go go/cmdutil: Test for IsTruthy 2023-03-07 10:01:07 -08:00
diag.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
exit.go chore(all): strings.Replace(..., -1) => strings.Replace(...) 2023-03-01 13:22:33 -08:00
profile.go [cli] Better memory profiling 2023-05-25 09:20:12 -07:00
spinner.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
trace.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00