analyzer

package
v0.0.0-...-3833e5a Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Time       = "Time"
	Memory     = "Memory"
	UnitTime   = "sec"
	UnitMemory = "kB"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CachegrindAnalyzer

type CachegrindAnalyzer interface {
	Init(c cachegrind.Cachegrind)
	GetTopNPrefixCalls(n int, prefix string) interface{}
}

type CypherResult

type CypherResult struct {
	From []struct {
		Name string `json:"from"`
	} `json:"r"`
}

type Neo4jAnalyzer

type Neo4jAnalyzer struct {
	Password, User string
	Port           int64
	Host           string
	Scheme         string
	// contains filtered or unexported fields
}

func (*Neo4jAnalyzer) GetTopNPrefixCalls

func (a *Neo4jAnalyzer) GetTopNPrefixCalls(n int, prefix string) interface{}

func (*Neo4jAnalyzer) Init

func (a *Neo4jAnalyzer) Init(c cachegrind.Cachegrind)

type TopCall

type TopCall struct {
	From string `json:"from`
}

Jump to

Keyboard shortcuts

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