struct Azu::DevelopmentTools::Benchmark::BenchmarkResult

Overview

Benchmark result

Included Modules

Defined in:

azu/development_tools.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, iterations : Int32, times : Array(Time::Span), memory_usage : Int64, timestamp : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def avg_time : Time::Span #

[View source]
def iterations : Int32 #

[View source]
def max_time : Time::Span #

[View source]
def memory_usage : Int64 #

[View source]
def min_time : Time::Span #

[View source]
def name : String #

[View source]
def ops_per_second #

[View source]
def std_deviation : Float64 #

[View source]
def timestamp : Time #

[View source]
def total_time : Time::Span #

[View source]