summaryrefslogtreecommitdiff
path: root/scripts/profile_trace/plot_gpu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/profile_trace/plot_gpu.sh')
-rwxr-xr-xscripts/profile_trace/plot_gpu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/profile_trace/plot_gpu.sh b/scripts/profile_trace/plot_gpu.sh
new file mode 100755
index 0000000..0869d36
--- /dev/null
+++ b/scripts/profile_trace/plot_gpu.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+# echo "pl '$1' u 2:6 w l title 'GPU', '$1' u 2:8 w l title 'CPU'" | gnuplot -p
+echo "pl '$1' u 2:6 w l title 'GPU usage'" | gnuplot -p