diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-17 16:11:02 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-17 16:11:02 -0500 |
commit | b7c6d766ad1b0ce2aebf650f075449dbbb69515b (patch) | |
tree | 5b31a12eeea1233c3e53d5a6f491424587a6f055 /report/chapters | |
parent | 3bbbfa332aba17d6b991b7bca39726d70e8ce6a8 (diff) |
Added graphs to chapter 5.
Diffstat (limited to 'report/chapters')
-rw-r--r-- | report/chapters/5-ucases-benchmarks.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/report/chapters/5-ucases-benchmarks.tex b/report/chapters/5-ucases-benchmarks.tex new file mode 100644 index 0000000..b517f59 --- /dev/null +++ b/report/chapters/5-ucases-benchmarks.tex @@ -0,0 +1,13 @@ +\chapter{Use Cases, Benchmarks, and Demonstration} + +\begin{figure}[h] +\centering +\input{graphs/tot-time.tex} +\caption{time to process all files} +\end{figure} + +\begin{figure}[h] +\centering +\input{graphs/avg-time-sae.tex} +\caption{time to process all files} +\end{figure} |