gocounter

package
v0.9.6 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoCounter

type GoCounter struct {
	Timestamp    int64
	GoroutineNum int
	CgoCallNum   int64

	// heap
	HeapAlloc int64

	// garbage collection
	GcPerSec      float64 //gc count per sec
	GcPausePerSec float64 //pause ms per sec
	// contains filtered or unexported fields
}

func GetGoCounter

func GetGoCounter(prev GoCounter) GoCounter

Jump to

Keyboard shortcuts

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