Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gctrace ¶
type Gctrace struct { ElapsedTime float64 // in seconds NumGC int64 Nproc int64 Heap0 int64 // heap size before, in megabytes Heap1 int64 // heap size after, in megabytes Obj int64 NMalloc int64 NFree int64 NSpan int64 NGoRoutines int64 NBGSweep int64 NPauseSweep int64 NHandoff int64 NHandoffCnt int64 NSteal int64 NStealCnt int64 NProcYield int64 NOsYield int64 NSleep int64 STWSclock float64 MASclock float64 STWMclock float64 STWScpu float64 MASAssistcpu float64 MASBGcpu float64 MASIdlecpu float64 STWMcpu float64 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.