Versions in this module Expand all Collapse all v0 v0.9.0 Jul 31, 2018 Changes in this version + type ExprStats struct + ExprTimeNs int64 + Location *ast.Location + NumEval int + NumRedo int + type FileReport struct + Result []ExprStats + type Profiler struct + func New() *Profiler + func (p *Profiler) Enabled() bool + func (p *Profiler) ReportByFile() (report Report) + func (p *Profiler) ReportTopNResults(numResults int, criteria []string) []ExprStats + func (p *Profiler) Trace(event *topdown.Event) + type Report struct + Files map[string]*FileReport