module JoobQ::StatsUtils

Overview

Utility module for common statistical calculations

Direct including types

Defined in:

joobq/global_stats.cr

Class Method Summary

Class Method Detail

def self.format_latency(latency_in_seconds : Float64) : String #

[View source]
def self.percent_of(value : Number, total : Number) : Float64 #

[View source]