struct
Azu::DevelopmentTools::Benchmark::BenchmarkResult
- Azu::DevelopmentTools::Benchmark::BenchmarkResult
- Struct
- Value
- Object
Overview
Benchmark result
Included Modules
- JSON::Serializable
Defined in:
azu/development_tools.crConstructors
- .new(name : String, iterations : Int32, times : Array(Time::Span), memory_usage : Int64, timestamp : Time)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #avg_time : Time::Span
- #iterations : Int32
- #max_time : Time::Span
- #memory_usage : Int64
- #min_time : Time::Span
- #name : String
- #ops_per_second
- #std_deviation : Float64
- #timestamp : Time
- #total_time : Time::Span
Constructor Detail
def self.new(name : String, iterations : Int32, times : Array(Time::Span), memory_usage : Int64, timestamp : Time)
#