Sha256: 8509c006310c8f77f8c219229c1a52fd1f6825f4aabb33257b6a0e0a793059da

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

# Prints a list of the actions that spend most of their time waiting for database results.
amount = $arguments[:amount] || 10
puts
puts "Top #{amount} worst DB offenders - cumulative time"
puts green("========================================================================")
print_table($summarizer, :total_db_time, amount)

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
lackac-request-log-analyzer-0.1.3 output/total_db_time.rb
wvanbergen-request-log-analyzer-0.1.0 output/total_db_time.rb
wvanbergen-request-log-analyzer-0.1.1 output/total_db_time.rb
wvanbergen-request-log-analyzer-0.1.2 output/total_db_time.rb
wvanbergen-request-log-analyzer-0.2.2 output/total_db_time.rb