panel_st_runtime {starvz} | R Documentation |
Create a space time visualization of the runtime as a Gantt chart
Description
Use the runtime trace data to plot the task computations by ResourceId over the execution time. It will select the aggregation mode if requested, only static aggregation is available for runtime.
Usage
panel_st_runtime(data,
agg = data$config$starpu$aggregation$active)
Arguments
data |
starvz_data with trace data |
agg |
Active or not static aggregation |
Value
A ggplot object
Examples
panel_st_runtime(data = starvz_sample_lu)
[Package starvz version 0.8.0 Index]