Class: Bulldogger::Probe::MethodStats::ThreadLocal
- Inherits:
-
Struct
- Object
- Struct
- Bulldogger::Probe::MethodStats::ThreadLocal
- Defined in:
- lib/bulldogger/probe/method_stats.rb
Overview
One fiber's own, lock-free view of this target. Merged into the instance's published totals by #merge_local, once, in #to_h.
Instance Attribute Summary collapse
-
#callers ⇒ Object
Returns the value of attribute callers.
-
#calls ⇒ Object
Returns the value of attribute calls.
-
#param_buckets ⇒ Object
Returns the value of attribute param_buckets.
-
#raised ⇒ Object
Returns the value of attribute raised.
-
#raised_exits ⇒ Object
Returns the value of attribute raised_exits.
-
#returns ⇒ Object
Returns the value of attribute returns.
Instance Attribute Details
#callers ⇒ Object
Returns the value of attribute callers
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def callers @callers end |
#calls ⇒ Object
Returns the value of attribute calls
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def calls @calls end |
#param_buckets ⇒ Object
Returns the value of attribute param_buckets
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def param_buckets @param_buckets end |
#raised ⇒ Object
Returns the value of attribute raised
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def raised @raised end |
#raised_exits ⇒ Object
Returns the value of attribute raised_exits
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def raised_exits @raised_exits end |
#returns ⇒ Object
Returns the value of attribute returns
27 28 29 |
# File 'lib/bulldogger/probe/method_stats.rb', line 27 def returns @returns end |