mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Capture metrics about code execution in a vendor agnostic way. As the author of many libraries which would benefit from metrics, there are few key priorities: (1) zero overhead if metrics are disabled, minimal overhead if enabled, and (2) a small and opinionated interface with standardised semantics. Features: - Zero-overhead if tracing is disabled and minimal overhead if enabled. - Small opinionated interface with standardised semantics.
8 lines
444 B
Text
8 lines
444 B
Text
Capture metrics about code execution in a vendor agnostic way. As the author of
|
|
many libraries which would benefit from metrics, there are few key priorities:
|
|
(1) zero overhead if metrics are disabled, minimal overhead if enabled, and (2)
|
|
a small and opinionated interface with standardised semantics.
|
|
|
|
Features:
|
|
- Zero-overhead if tracing is disabled and minimal overhead if enabled.
|
|
- Small opinionated interface with standardised semantics.
|