Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmdline ¶
func Cmdline(w http.ResponseWriter, r *http.Request)
Cmdline responds with the running program's command line, with arguments separated by NUL bytes. The package initialization registers it as /debug/pprof/cmdline.
func ProfileHeap ¶
func ProfileHeap(w http.ResponseWriter, r *http.Request)
Types ¶
type MemStats ¶
type MemStats struct { CurrentAllocatedBytes uint64 HeapSize uint64 CentralCacheFreeBytes uint64 TransferCacheFreeBytes uint64 ThreadCacheFreeBytes uint64 PageheapFreeBytes uint64 PageheapUnmappedBytes uint64 MaxTotalThreadCacheBytes uint64 CurrentTotalThreadCacheBytes uint64 AggressiveMemoryDecommit uint64 }
func GetMemStats ¶
func GetMemStats() MemStats
Click to show internal directories.
Click to hide internal directories.