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

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