reports

package
v0.0.0-...-15edd4a Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plotter

type Plotter interface {
	Plot()
}

func NewPlotter

func NewPlotter(artifactDir string, metrics *stats.ResourceMetrics, statistics *stats.Statistics) Plotter

type Report

type Report interface {
	Generate()
}

func NewReporter

func NewReporter(options config.Options, artifactDir string, metrics *stats.ResourceMetrics, statistics *stats.Statistics) Report

type Reporter

type Reporter struct {
	Options     config.Options
	Stats       stats.Statistics
	Plotter     Plotter
	ArtifactDir string
}

func (*Reporter) Generate

func (r *Reporter) Generate()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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