Registry / utility / loov-hrtime

loov-hrtime

JSON →
library1.0.4gogounverified

Package hrtime provides high-resolution timing functions for benchmarking.

go get github.com/loov/hrtime
INSTALL
IMPORT
SIG · LOOV-HRTIME
L
loov-hrtime
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hrtime
github.com/loov/hrtime

Gets the current high-resolution time and prints it.

package main import ( "fmt" "github.com/loov/hrtime" ) func main() { t := hrtime.Now() fmt.Println("High-resolution time:", t) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
loov-hrtime — go get loov-hrtime · libregistry