tools: golang.org/x/tools/cmd/benchcmp Files | Directories

Packages imported by main

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/tools/benchmark/parsePackage parse provides support for parsing benchmark results as generated by 'go test -bench'.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.