Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallCounter ¶
type CallCounter struct {
CallStats CallStats
}
func NewCallCounter ¶
func NewCallCounter(stats CallStats) *CallCounter
type PkgGraph ¶
type PkgGraph struct { PkgInfos map[*types.Package]*loader.PackageInfo Nodes map[string]*PkgNode Filter *Filter }
func NewPkgGraph ¶
func (*PkgGraph) CalcCallStats ¶
func (g *PkgGraph) CalcCallStats()
func (*PkgGraph) TotalFuncDecls ¶
Click to show internal directories.
Click to hide internal directories.