Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First roudn of edits to the writing
  • Loading branch information
Duncan committed Apr 18, 2020
1 parent 85e0ad9 commit e4c688a
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 15 deletions.
13 changes: 13 additions & 0 deletions images/README.commands
@@ -0,0 +1,13 @@
# The following are the most basic commands used to produce the gnuplots that can then be saved as PDFs
# Note: This is for line graphs NOT box ones
set size ratio 0.6
set xlabel "X-Axis Value"
unset key
set ytics nomirror
set xtics nomirror
set logscale x 2
set xtics ("1" 1, "32" 32, "1024" 1024, "32768" 32768, "1s" 1e6, "10s" 1e7, "100s" 1e8)
plot "-" with lines

# For Bytes
set xtics ("1" 1, "32" 32, "1K" 1024, "8K" 8192, "16K" 16384, "32K" 32768, "256K" 262144, "512K" 524288, "1M" 1048576, "32M" 33554432, "512M" 536870912)
Binary file modified images/smb_create_iats_cdf.pdf
Binary file not shown.
Binary file modified images/smb_create_iats_pdf.pdf
Binary file not shown.
Binary file modified images/smb_create_rts_cdf.pdf
Binary file not shown.
Binary file modified images/smb_create_rts_pdf.pdf
Binary file not shown.
Binary file modified images/smb_general_iats_cdf.pdf
Binary file not shown.
Binary file modified images/smb_general_iats_pdf.pdf
Binary file not shown.
Binary file modified images/smb_general_rts_cdf.pdf
Binary file not shown.
Binary file modified images/smb_general_rts_pdf.pdf
Binary file not shown.
Binary file modified images/smb_read_bytes_cdf.pdf
Binary file not shown.
Binary file modified images/smb_read_bytes_pdf.pdf
Binary file not shown.
Binary file modified images/smb_read_iats_cdf.pdf
Binary file not shown.
Binary file modified images/smb_read_iats_pdf.pdf
Binary file not shown.
Binary file modified images/smb_read_rts_cdf.pdf
Binary file not shown.
Binary file modified images/smb_read_rts_pdf.pdf
Binary file not shown.
Binary file modified images/smb_write_bytes_cdf.pdf
Binary file not shown.
Binary file modified images/smb_write_bytes_pdf.pdf
Binary file not shown.
Binary file modified images/smb_write_iats_cdf.pdf
Binary file not shown.
Binary file modified images/smb_write_iats_pdf.pdf
Binary file not shown.
Binary file modified images/smb_write_rts_cdf.pdf
Binary file not shown.
Binary file modified images/smb_write_rts_pdf.pdf
Binary file not shown.
Binary file added trackingPaper.dvi
Binary file not shown.
36 changes: 21 additions & 15 deletions trackingPaper.tex

Large diffs are not rendered by default.

0 comments on commit e4c688a

Please sign in to comment.