mem

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mem

type Mem interface {
	// 実行時メモリの情報を出力します.
	Print(prefix string)
	// contains filtered or unexported methods
}

Mem は、実行時メモリの情報を出力する振る舞いを定義するインターフェースです.

func NewMem

func NewMem(options ...Option) Mem

NewMem は、指定された情報を元に Mem を生成します.

デフォルトでは、以下の項目が有効となります.

  • Alloc
  • TotalAlloc
  • NumGC

type Option

type Option func(Mem)

func Alloc

func Alloc(enabled bool) Option

Alloc の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

func HeapAlloc

func HeapAlloc(enabled bool) Option

HeapAlloc の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

func HeapObjects

func HeapObjects(enabled bool) Option

HeapObjects の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

func NumGC

func NumGC(enabled bool) Option

NumGC の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

func Sys

func Sys(enabled bool) Option

Sys の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

func TotalAlloc

func TotalAlloc(enabled bool) Option

TotalAlloc の項目を有効にするかどうかを指定します.

noinspection GoUnusedExportedFunction

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL