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