Registry / testing / method-profiler

method-profiler

JSON →
library2.0.1rbrubygemsunverified

MethodProfiler observes your code and generates reports about the methods that were run and how long they took.

gem install method_profiler
INSTALL
IMPORT
SIG · METHOD-PROFILER
M
method-profiler
testingrubyv2.0.1
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.

MethodProfiler
require 'method_profiler'

Profile method calls on a class and generate a performance report.

require 'method_profiler' profiler = MethodProfiler.observe(Object) # ... run code ... report = profiler.report puts report
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
12
OpenAI (training)
2
Resources
method-profiler — gem install method-profiler · libregistry