2021-11-04 02:35:56 +00:00
|
|
|
# Logging with color and format string
|
|
|
|
|
|
|
|
## Test
|
|
|
|
|
|
|
|
Mem: `go test -o tests/test.exe -memprofile tests/mem && go tool pprof -http : tests/mem`
|
|
|
|
Cpu: `go test -o tests/test.exe -cpuprofile tests/cpu && go tool pprof -http : tests/cpu`
|