collector

package
v0.0.0-...-cf91c28 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector interface {
	// Collect data, and return a map of values by location.
	// Can be interrupted by closing exit chan.
	Collect(exit <-chan struct{}) (map[objfile.Location]float64, error)
}

Collector is a generic interface to collect data.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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