Learn R Programming

starvz (version 0.8.3)

multiple_snaps: Create multiple snapshot of memory

Description

Create multiple visualizations of memory Useful for continuing views

Usage

multiple_snaps(
  data = NULL,
  start = 0,
  end = 1000,
  step = 100,
  path = ".",
  scale = 8,
  width = 4,
  height = 3
)

Value

A ggplot object

Arguments

data

starvz_data with trace data

start

start time

end

end time

step

between snaps

path

path to save files

scale

for ggsave

width

for ggsave

height

for ggsave

Examples

Run this code
if (FALSE) {
multiple_snaps(data = starvz_sample_lu, 100, 200, 10, ".")
}

Run the code above in your browser using DataLab