Azu::DevelopmentTools::Profiler::ProfileEntry
Inherits JSON::Serializable < Struct < Value < Object
Profile entry representing a single measurement
Constructors
new(name : String, duration : Time::Span, memory_before : Int64, memory_after : Int64, timestamp : Time, call_stack : Array(String) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
call_stack
Sourceduration
Sourcememory_after
Sourcememory_before
Sourcememory_delta
Sourcememory_delta_mb
Sourcename
Sourcetimestamp
Source