File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ func LogMemoryStats() int {
28
28
29
29
// gc stats
30
30
31
- log .Println ("Last gc finished: " , m .LastGC )
32
- log .Println ("Target heap size of next gc cycle: " , m .NextGC )
33
- log .Println ("Stop The world pauses " , m .PauseTotalNs )
34
- log .Println ("GcSys " , m .GCSys )
35
- log .Println ("GCCPUFraction " , m .GCCPUFraction )
36
- log .Println ("NumGC " , m .NumGC )
37
- log .Println ("NumForcedGC " , m .NumForcedGC )
31
+ // log.Println("Last gc finished: ", m.LastGC)
32
+ // log.Println("Target heap size of next gc cycle: ", m.NextGC)
33
+ // log.Println("Stop The world pauses ", m.PauseTotalNs)
34
+ // log.Println("GcSys ", m.GCSys)
35
+ // log.Println("GCCPUFraction ", m.GCCPUFraction)
36
+ // log.Println("NumGC ", m.NumGC)
37
+ // log.Println("NumForcedGC ", m.NumForcedGC)
38
38
39
39
return mem
40
40
}
You can’t perform that action at this time.
0 commit comments