From b7c6d766ad1b0ce2aebf650f075449dbbb69515b Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 17 Jan 2016 16:11:02 -0500 Subject: Added graphs to chapter 5. --- report/Makefile | 5 +++-- report/chapters/5-ucases-benchmarks.tex | 13 +++++++++++++ report/combox-report.pdf | Bin 32886 -> 60023 bytes report/combox.tex | 15 ++++++++------- 4 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 report/chapters/5-ucases-benchmarks.tex (limited to 'report') diff --git a/report/Makefile b/report/Makefile index 3317a32..6b58488 100644 --- a/report/Makefile +++ b/report/Makefile @@ -10,7 +10,8 @@ # PDF = combox-report.pdf -SRC = combox.tex +REPORT = combox.tex +REPORT_INCLUDES = graphs/*.tex chapters/*.tex DVI = combox.dvi all: $(PDF) @@ -19,7 +20,7 @@ all: $(PDF) $(PDF): $(DVI) @dvipdf $< $@ -$(DVI): $(SRC) +$(DVI): $(REPORT) $(REPORT_INCLUDES) @latex $<; latex $<; latex $< clean: 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} diff --git a/report/combox-report.pdf b/report/combox-report.pdf index 778a5b1..16201a2 100644 Binary files a/report/combox-report.pdf and b/report/combox-report.pdf differ diff --git a/report/combox.tex b/report/combox.tex index f6ccb09..48aa2c6 100644 --- a/report/combox.tex +++ b/report/combox.tex @@ -1,4 +1,5 @@ \documentclass[12pt]{uthesis-v12} %---> DO NOT ALTER THIS COMMAND + \begin{document} %---> %---> %---> %---> DO NOT ALTER THIS COMMAND %--------+----------------------------------------------------------+ @@ -337,22 +338,22 @@ % | System." Addison Wesley: Reading Massachusetts, 1985. | % +----------------------------------------------------------+ +%% 1 \chapter{Introduction} - -%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - +%% 2 \chapter{Background} +%% 3 \chapter{Literature Review} +%% 4 \chapter{combox Architecture and Design} -\chapter{Use Cases, Benchmarks, and Demonstration} +%% 5 +\include{chapters/5-ucases-benchmarks} +%% 6 \chapter{Conclusion and Future Work} \bibliographystyle{IEEEtran} -- cgit v1.2.3