program_info library

Classes for representing information about the program structure.

Classes

BucketInfo
Bucketing
Histogram
ProgramInfo
Represents information about compiled program.
ProgramInfoNode

Functions

computeDiff(ProgramInfo oldInfo, ProgramInfo newInfo) ProgramInfo
Computes the size difference between two ProgramInfo.
computeHistogram(ProgramInfo info, HistogramType type, {String? filter}) Histogram
Construct the histogram of specific type given a ProgramInfo.
packageOf(String lib) String