panel_gflops_computed_difference {starvz} | R Documentation |
Plot the total computed GFlops difference over time given two traces
Description
Use starvz_data Application and the GFlop columns to create a plot that shows the total computed GFlop difference over time using geom_line. The blue color represent the faster execution and the red the slower one.
Usage
panel_gflops_computed_difference(
data1 = NULL,
data2 = NULL,
legend = FALSE,
x_start = NULL,
x_end = NULL,
add_end_line = TRUE
)
Arguments
data1 |
starvz_data with trace data |
data2 |
starvz_data with trace data |
legend |
enable/disable plot legends |
x_start |
X-axis start value |
x_end |
X-axis end value |
add_end_line |
add smaller end time vertical line |
Value
A ggplot object
Examples
## Not run:
panel_gflops_computed_difference(data1, data2)
## End(Not run)
[Package starvz version 0.8.0 Index]