panel_pmtool_st {starvz} | R Documentation |
Create a space time visualization of pmtool application as a Gantt chart
Description
Use the PMTOOL Application trace data to plot the task computations by ResourceId over the execution time.
Usage
panel_pmtool_st(
data = NULL,
legend = data$config$pmtool$state$legend,
base_size = data$config$base_size,
expand_x = data$config$expand,
x_start = data$config$limits$start,
x_end = data$config$limits$end
)
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 |
x_start |
X-axis start value |
x_end |
X-axis end value |
Value
A ggplot object
Examples
panel_pmtool_st(data = starvz_sample_lu)
[Package starvz version 0.8.0 Index]