struct Protocol::Profiler::Profile
- Protocol::Profiler::Profile
- Struct
- Value
- Object
Overview
Profile.
Included Modules
- JSON::Serializable
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#end_time : Number::Primitive
Profiling end timestamp in microseconds.
-
#nodes : Array(ProfileNode)
The list of profile nodes.
-
#samples : Array(Int::Primitive) | Nil
Ids of samples top nodes.
-
#start_time : Number::Primitive
Profiling start timestamp in microseconds.
-
#time_deltas : Array(Int::Primitive) | Nil
Time intervals between adjacent samples in microseconds.
Constructor Detail
Instance Method Detail
def time_deltas : Array(Int::Primitive) | Nil
#
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.