panel_st_runtime {starvz} | R Documentation |
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.
panel_st_runtime(data,
agg = data$config$starpu$aggregation$active)
data |
starvz_data with trace data |
agg |
Active or not static aggregation |
A ggplot object
panel_st_runtime(data = starvz_sample_lu)