Discover Packages
golang.org/x/pkgsite
internal
middleware
stats
package
Version:
v0.0.0-...-ed3e82f
Opens a new window with list of versions in this module.
Published: Jan 29, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Elapsed records as a stat the elapsed time for a
function execution. Invoke like so:
defer Elapsed(ctx, "FunctionName")()
The resulting stat will be called "FunctionName ms" and will
be the wall-clock execution time of the function in milliseconds.
Stats returns a Middleware that, instead of serving the page,
serves statistics about the page.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.