trace

package
v0.0.0-...-ed0a3e8 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

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
}

type Scvgtrace

type Scvgtrace struct {
	ElapsedTime float64 // in seconds
	Inuse       int64
	Idle        int64
	Sys         int64
	Released    int64
	Consumed    int64
}

Jump to

Keyboard shortcuts

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