perf module - golang.org/x/perf - Go Packages (original) (raw)
Path
Synopsis
Deprecated: Moved to golang.org/x/build/perf.
Deprecated: Moved to golang.org/x/build/perf.
Package app implements the performance data analysis server.
Package app implements the performance data analysis server.
This binary contains an App Engine app for perf.golang.org
This binary contains an App Engine app for perf.golang.org
Localperf runs an HTTP server for benchmark analysis.
Localperf runs an HTTP server for benchmark analysis.
Package benchfmt provides a high-performance reader and writer for the Go benchmark format.
Package benchfmt provides a high-performance reader and writer for the Go benchmark format.
Package benchmath provides tools for computing statistics over distributions of benchmark measurements.
Package benchmath provides tools for computing statistics over distributions of benchmark measurements.
Package benchproc provides tools for filtering, grouping, and sorting benchmark results.
Package benchproc provides tools for filtering, grouping, and sorting benchmark results.
Package parse implements parsers for golang.org/x/perf/benchproc/syntax.
Package parse implements parsers for golang.org/x/perf/benchproc/syntax.
Package syntax documents the syntax used by benchmark filter and projection expressions.
Package syntax documents the syntax used by benchmark filter and projection expressions.
The benchseries package generates performance differentials and analysis tailored to the output of tools and benchmarks in golang.org/x/benchmarks.
The benchseries package generates performance differentials and analysis tailored to the output of tools and benchmarks in golang.org/x/benchmarks.
Package benchstat is deprecated.
Package benchstat is deprecated.
Package benchunit manipulates benchmark units and formats numbers in those units.
Package benchunit manipulates benchmark units and formats numbers in those units.
benchfilter reads Go benchmark results from input files, filters them, and writes filtered benchmark results to stdout.
benchfilter reads Go benchmark results from input files, filters them, and writes filtered benchmark results to stdout.
Benchsave uploads benchmark results to a storage server.
Benchsave uploads benchmark results to a storage server.
Benchstat computes statistical summaries and A/B comparisons of Go benchmarks.
Benchstat computes statistical summaries and A/B comparisons of Go benchmarks.
Package benchtab presents benchmark results as comparison tables.
Package basedir finds templates and static files associated with a binary.
Package basedir finds templates and static files associated with a binary.
Package stats implements several statistical distributions, hypothesis tests, and functions for descriptive statistics.
Package stats implements several statistical distributions, hypothesis tests, and functions for descriptive statistics.
Package storage contains a client for the performance data storage server.
Package storage contains a client for the performance data storage server.
Package app implements the performance data storage server.
Package app implements the performance data storage server.
This binary contains an App Engine app for perfdata.golang.org
This binary contains an App Engine app for perfdata.golang.org
Package benchfmt provides readers and writers for the Go benchmark format.
Package benchfmt provides readers and writers for the Go benchmark format.
Package db provides the high-level database interface for the storage app.
Package db provides the high-level database interface for the storage app.
Package sqlite3 provides the sqlite3 driver for x/perf/storage/db.
Package sqlite3 provides the sqlite3 driver for x/perf/storage/db.
Package fs provides a backend-agnostic filesystem layer for storing performance results.
Package fs provides a backend-agnostic filesystem layer for storing performance results.
Package gcs implements the fs.FS interface using Google Cloud Storage.
Package gcs implements the fs.FS interface using Google Cloud Storage.
Package local implements the fs.FS interface using local files.
Package local implements the fs.FS interface using local files.
Localperfdata runs an HTTP server for benchmark storage.
Localperfdata runs an HTTP server for benchmark storage.
Package query provides tools for parsing a query.
Package query provides tools for parsing a query.