package
0.0.0-20240703205258-f34bb3e1a4e4
Repository: https://github.com/aclements/go-perfevent.git
Documentation: pkg.go.dev

# Functions

OpenCounter returns a new [Counter] that reads values for the given [events.Event] or group of Events on the given [Target].

# Variables

TargetThisGoroutine monitors the calling goroutine.

# Structs

Count is the value of a Counter.
A Counter reports the number of times a [events.Event] or group of Events occurred.

# Interfaces

Target specifies what goroutine, thread, or CPU a [Counter] should monitor.