Sha256: dc27fa5e347c694fcd1f550c9297d8871595858834dee5fd9d8270aa1b74d4f6

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

# Prints a list ordered by the requests that took the most time in total.
puts
puts "Top #{@amount} actions by time - cumulative"
puts green("========================================================================")
print_table(@summarizer, :total_time, @amount)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wvanbergen-request-log-analyzer-0.3.0 output/total_time.rb
wvanbergen-request-log-analyzer-0.3.2 output/total_time.rb
wvanbergen-request-log-analyzer-0.3.3 output/total_time.rb
wvanbergen-request-log-analyzer-0.3.4 output/total_time.rb