multiple_snaps {starvz}R Documentation

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
)

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

Value

A ggplot object

Examples

## Not run: 
multiple_snaps(data = starvz_sample_lu, 100, 200, 10, ".")

## End(Not run)

[Package starvz version 0.8.0 Index]