mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Display number of slots in timeline visualization #1154

Closed wks closed 5 months ago

wks commented 5 months ago

In eBPF-based timeline visualization, we add the number of slots and whether the workpacket is from roots as arguments of the ProcessEdgesWork work packets.

wks commented 5 months ago

FYI, the arguments (is_roots and num_slots) can be seen on the bottom panel of Perfetto UI when you click on a ProcessEdgesWork work packet. image