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)
Click to show internal directories.
Click to hide internal directories.