method
new
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::RuntimeRegistry::Stats
new()public
No documentation available.
# File activerecord/lib/active_record/runtime_registry.rb, line 13
def initialize
@sql_runtime = 0.0
@async_sql_runtime = 0.0
@queries_count = 0
@cached_queries_count = 0
end