Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remogatto/go-perfevents
Go interface to performance events which are available in recent Linux kernels
https://github.com/remogatto/go-perfevents
Last synced: 3 months ago
JSON representation
Go interface to performance events which are available in recent Linux kernels
- Host: GitHub
- URL: https://github.com/remogatto/go-perfevents
- Owner: remogatto
- Created: 2010-08-19T13:14:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-08T15:38:20.000Z (almost 13 years ago)
- Last Synced: 2023-04-10T12:07:48.548Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 189 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic Go interface to performance events which are available in recent Linux kernels.
A dummy implementation is provided for non-Linux OSes (FreeBSD, OS X, Windows).Installation:
go get github.com/0xe2-0x9a-0x9b/Go-PerfEvents
For more information visit the [wiki](http://github.com/0xe2-0x9a-0x9b/Go-PerfEvents/wiki).