struct Protocol::HeapProfiler::HeapStatsUpdate
- Protocol::HeapProfiler::HeapStatsUpdate
- Struct
- Value
- Object
Overview
If heap objects tracking has been started then backend may send update for one or more fragments
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/heap_profiler.crConstructors
Instance Method Summary
-
#stats_update : Array(Int::Primitive)
An array of triplets.
Constructor Detail
Instance Method Detail
def stats_update : Array(Int::Primitive)
#
An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.