package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Functions

Analyse runs the analyser with context ctx, on plan p and with options opts.
Compile compiles the filter set fs.
LoadFilterSet loads a filter set from the filepath fpath.
NewTimeSet produces a timeset from the given raw times.
Options applies each option in opts onto the analyser.
ReadFilterSet loads and compiles a filter set from the reader r.
WithFilters appends the filters in fs to the filter set.
WithFiltersFromFile appends the filters in the filter file at path to the filter set.
WithWorkerCount sets the worker count of the analyser to nworkers.

# Structs

Analysis represents an analysis of a plan.
Compiler represents information about a compiler in a corpus analysis.
Filter is the type of filters.
TimeSet contains aggregate statistics about timing (of compilers, runs, etc).

# Type aliases

FilterSet is the type of sets of filter.
Option is the type of options to Analyse.