powered by
Visualizate memory in a specific time
panel_memory_snap( data, selected_time, step, legend = data$config$memory_snap$legend, base_size = data$config$base_size, expand_x = data$config$expand, x_start = data$config$limits$start, x_end = data$config$limits$end, tasks_size = 30 )
A ggplot object
starvz_data with trace data
time
for discreate events
enable/disable legends
base_size base font size
expand size for scale_x_continuous padding
X-axis start value
X-axis end value
size of tasks in the visualization
# \donttest{ panel_memory_snap(data = starvz_sample_lu, 100, 10) # }
Run the code above in your browser using DataLab