panel_gflops_computed_difference | R Documentation |
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.
panel_gflops_computed_difference(
data1 = NULL,
data2 = NULL,
legend = FALSE,
x_start = NULL,
x_end = NULL,
add_end_line = TRUE
)
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 |
A ggplot object
## Not run:
panel_gflops_computed_difference(data1, data2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.