Skip to content

Commit

Permalink
updated some gnuplot templates
Browse files Browse the repository at this point in the history
  • Loading branch information
maigner committed May 1, 2014
1 parent f9f9423 commit 273d3eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions gnuplot_templates/common.inc.p
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ set style line 12 lt 2 pt 4 lw 5 # scalloc-eager-reuse
set style line 13 lt 4 pt 3 lw 5 # scalloc-static-assign
set style line 14 lt 5 pt 3 lw 5 # scalloc-lazy-init
set style line 15 lt 6 pt 5 lw 5 # scalloc-hugepage
set style line 16 lt 7 pt 5 lw 5 # scalloc-active-threads

1 change: 1 addition & 0 deletions gnuplot_templates/plot_access.p
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ plot \
"scalloc-lazy-init-access.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 14 title 'scalloc-lazy-init', \
"scalloc-hugepage-access.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 15 title 'scalloc-hugepage', \
"scalloc-access.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 9 title 'scalloc-cl' \
"scalloc-active-threads-access.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 16 title 'scalloc-active-threads' \
;

1 change: 1 addition & 0 deletions gnuplot_templates/plot_alloc.p
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ plot \
"scalloc-lazy-init-alloc.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 14 title 'scalloc-lazy-init', \
"scalloc-hugepage-alloc.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 15 title 'scalloc-hugepage', \
"scalloc-alloc.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 9 title 'scalloc-cl' \
"scalloc-active-threads-alloc.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 16 title 'scalloc-active-threads' \
;

2 changes: 1 addition & 1 deletion gnuplot_templates/plot_combined.p
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ plot \
"scalloc-static-combined.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 13 title 'scalloc-static-assign', \
"scalloc-lazy-init-combined.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 14 title 'scalloc-lazy-init', \
"scalloc-hugepage-combined.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 15 title 'scalloc-hugepage', \
"scalloc-combined.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 9 title 'scalloc-cl' \
"scalloc-active-threads-combined.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 16 title 'scalloc-active-threads' \
;

1 change: 1 addition & 0 deletions gnuplot_templates/plot_free.p
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ plot \
"scalloc-lazy-init-free.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 14 title 'scalloc-lazy-init', \
"scalloc-hugepage-free.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 15 title 'scalloc-hugepage', \
"scalloc-free.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 9 title 'scalloc-cl' \
"scalloc-active-threads-free.dat" using 1:($2/2000000000):($3/2000000000):xticlabel(1) with errorlines ls 16 title 'scalloc-active-threads' \
;
2 changes: 1 addition & 1 deletion gnuplot_templates/plot_memcons.p
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ plot \
"scalloc-static-memcons.dat" using 1:($2/1024):($3/1024):xticlabel(1) with errorlines ls 13 title 'scalloc-static-assign', \
"scalloc-lazy-init-memcons.dat" using 1:($2/1024):($3/1024):xticlabel(1) with errorlines ls 14 title 'scalloc-lazy-init', \
"scalloc-hugepage-memcons.dat" using 1:($2/1024):($3/1024):xticlabel(1) with errorlines ls 15 title 'scalloc-hugepage', \
"scalloc-memcons.dat" using 1:($2/1024):($3/1024):xticlabel(1) with errorlines ls 9 title 'scalloc-cl' \
"scalloc-active-threads-memcons.dat" using 1:($2/1024):($3/1024):xticlabel(1) with errorlines ls 16 title 'scalloc-active-threads' \
;

0 comments on commit 273d3eb

Please # to comment.