struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

call_stack
Source
duration
Source
memory_after
Source
memory_before
Source
memory_delta
Source
memory_delta_mb
Source
name
Source
timestamp
Source