Registry / observability / hitimes

hitimes

JSON →
library3.2.0rbrubygemsunverified

A fast, high-resolution timer library for recording performance metrics in Ruby.

gem install hitimes
INSTALL
IMPORT
SIG · HITIMES
H
hitimes
observabilityrubyv3.2.0
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.

Hitimes
require 'hitimes'

Measure the duration of an operation with high precision.

require 'hitimes' timer = Hitimes::TimedMetric.new('my_operation') timer.start # ... perform operation ... timer.stop puts timer.duration # => elapsed time in seconds
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
hitimes — gem install hitimes · libregistry