{{"HeapAlloc"|T}} |
{{FormatBytes .Go.HeapAlloc}} |
{{"HeapSys"|T}} |
{{FormatBytes .Go.HeapSys}} |
{{"HeapObjects"|T}} |
{{FormatBytes .Go.HeapObjects}} |
{{"HeapIdle"|T}} |
{{FormatBytes .Go.HeapIdle}} |
{{"HeapInuse"|T}} |
{{FormatBytes .Go.HeapInuse}} |
{{"HeapReleased"|T}} |
{{FormatBytes .Go.HeapReleased}} |
{{"StackInuse"|T}} |
{{FormatBytes .Go.StackInuse}} |
{{"StackSys"|T}} |
{{FormatBytes .Go.StackSys}} |
{{"NumGoroutine"|T}} |
{{.Go.NumGoroutine}} |
{{"NextGC"|T}} |
{{FormatBytes .Go.NextGC}} |
{{"LastGC"|T}} |
{{.Go.LastGCString}} |
{{"Pause"|T}} |
{{.Go.PauseNs}}
{{`Total`|T}}:{{.Go.PauseTotalNsString}}
|
{{"MemAllocated"|T}} |
{{FormatBytes .Go.MemAllocated}} |
{{"MemTotal"|T}} |
{{FormatBytes .Go.MemTotal}} |
{{"MemSys"|T}} |
{{FormatBytes .Go.MemSys}} |
{{"MemMallocs"|T}} |
{{FormatBytes .Go.MemMallocs}} |
{{"MemFrees"|T}} |
{{FormatBytes .Go.MemFrees}} |
{{"NumGC"|T}} |
{{.Go.NumGC}} |