graph

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GCVIS_TMPL string
View Source
var StartTime = time.Now()

Functions

This section is empty.

Types

type Graph

type Graph struct {
	Title                               string
	HeapUse, ScvgInuse, ScvgIdle        []graphPoints
	ScvgSys, ScvgReleased, ScvgConsumed []graphPoints
	STWSclock                           []graphPoints
	MASclock                            []graphPoints
	STWMclock                           []graphPoints
	STWScpu                             []graphPoints
	MASAssistcpu                        []graphPoints
	MASBGcpu                            []graphPoints
	MASIdlecpu                          []graphPoints
	STWMcpu                             []graphPoints
	Tmpl                                *template.Template `json:"-"`
	// contains filtered or unexported fields
}

func NewGraph

func NewGraph(title, tmpl string) Graph

func (*Graph) AddGCTraceGraphPoint

func (g *Graph) AddGCTraceGraphPoint(gcTrace *trace.Gctrace)

func (*Graph) AddScavengerGraphPoint

func (g *Graph) AddScavengerGraphPoint(scvg *trace.Scvgtrace)

func (*Graph) Write

func (g *Graph) Write(w io.Writer) error

Jump to

Keyboard shortcuts

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