Module: RhoProfiler
- Defined in:
- lib/framework/autocomplete/RhoProfiler.rb,
lib/framework/rhosystem.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .create_counter(req) ⇒ Object
- .destroy_counter(req) ⇒ Object
- .flush_counter(req, req1) ⇒ Object
- .start_counter(req) ⇒ Object
- .start_created_counter(req) ⇒ Object
- .stop_counter(req) ⇒ Object
Class Method Details
.create_counter(req) ⇒ Object
170 171 172 |
# File 'lib/framework/rhosystem.rb', line 170 def self.create_counter(name) end |
.destroy_counter(req) ⇒ Object
173 174 175 |
# File 'lib/framework/rhosystem.rb', line 173 def self.destroy_counter(name) end |
.flush_counter(req, req1) ⇒ Object
183 184 185 |
# File 'lib/framework/rhosystem.rb', line 183 def self.flush_counter(name, msg) end |
.start_counter(req) ⇒ Object
177 178 |
# File 'lib/framework/rhosystem.rb', line 177 def self.start_counter(name) end |
.start_created_counter(req) ⇒ Object
187 188 189 |
# File 'lib/framework/rhosystem.rb', line 187 def self.start_created_counter(name) end |
.stop_counter(req) ⇒ Object
180 181 |
# File 'lib/framework/rhosystem.rb', line 180 def self.stop_counter(name) end |