Method: Gonzui::PerformanceCounter#enter
- Defined in:
- lib/gonzui/monitor.rb
#enter ⇒ Object
125 126 127 128 129 |
# File 'lib/gonzui/monitor.rb', line 125 def enter @time_enter = Time.now @times_enter = Process.times @count += 1 end |