Sha256: e31be7e1a4a3adce1ff39c43a6e1ca1725971da2cc2da43939350b26f9175a34
Contents?: true
Size: 297 Bytes
Versions: 5
Compression:
Stored size: 297 Bytes
Contents
# Prints a list ordered by the requests that took the most time in total. amount = $arguments[:amount] || 10 puts puts "Top #{amount} actions by time - cumulative" puts green("========================================================================") print_table($summarizer, :total_time, amount)
Version data entries
5 entries across 5 versions & 2 rubygems