kubernetes/vendor/github.com/antlr4-go/antlr/v4/nostatistics.go

const collectStats

type goRunStats

var Statistics

func (s *goRunStats) AddJStatRec(_ *JStatRec) {}

func (s *goRunStats) CollectionAnomalies() {}

func (s *goRunStats) Reset() {}

func (s *goRunStats) Report(dir string, prefix string) error {}

func (s *goRunStats) Analyze() {}

type statsOption

func (s *goRunStats) Configure(options ...statsOption) error {}

func WithTopN(topN int) statsOption {}