panel_memory_heatmap: Heatmap of memory presence

View source: R/phase2_memory.R

panel_memory_heatmapR Documentation

Heatmap of memory presence

Description

Visualizate the presence of memory handles across memory managers

Usage

panel_memory_heatmap(
  data,
  legend = data$config$memory_heatmap$legend,
  base_size = data$config$base_size,
  expand_x = data$config$expand
)

Arguments

data

starvz_data with trace data

legend

enable/disable legends

base_size

base_size base font size

expand_x

expand size for scale_x_continuous padding

Value

A ggplot object

Examples


panel_memory_heatmap(data = starvz_sample_lu)


starvz documentation built on June 19, 2025, 1:08 a.m.