Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.8% on proxy.golang.org
Top 0.7% dependent packages on proxy.golang.org
Top 0.7% dependent repos on proxy.golang.org
Top 6.3% forks on proxy.golang.org

proxy.golang.org : github.com/loov/hrtime

Package hrtime implements High-Resolution Timing functions for benchmarking. `hrtime` relies on using the best timing mechanism on a particular system. At the moment, for Windows it is using Performance Counters and on other platforms standard `time.Now` (since it's good enough). Package also supports using hardware time stamp counters (TSC). They offer better accuracy and on some platforms correspond to the processor cycles. However, they are not supported on all platforms. The basic usage of this package looks like: To see more complex examples refer to the _example folder. (https://github.com/loov/hrtime/tree/master/_example)

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/loov/hrtime
License: MIT
Latest release: over 3 years ago
First release: about 5 years ago
Namespace: github.com/loov
Dependent packages: 42
Dependent repositories: 72
Stars: 214 on GitHub
Forks: 11 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago

    Loading...
    Readme
    Loading...