Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
3043c8f8
Commit
3043c8f8
authored
Jul 29, 2012
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed obsolete file
parent
0eb34d26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
42 deletions
+0
-42
gnuplot_file
gnuplot_file
+0
-42
No files found.
gnuplot_file
deleted
100644 → 0
View file @
0eb34d26
# Undefined variables: TITLE, FILE
#
# example:
# gnuplot -e "FILE='graph.png';TITLE='foobaz'" gnuplot_file
#set font "Arial"
#set terminal png
set terminal png font "Andale Mono"
#set output "graph.png"
set output FILE
unset log
unset label
#set xtic auto
set xtic 10
set ytic auto
set xlabel "# messages (in 1,000,000)"
set ylabel "time (in seconds)"
set format y "%8.2f"
set xrange [1:110]
set yrange [0:120]
set grid
#set title "2.66 GHz i7 (dual core) with 8 producer threads"
set title TITLE
# "blocking_sutter_list.dat" using 1:2:3 title 'blocking sutter_list' lt 5 with errorbars, \
# "blocking_sutter_list.dat" notitle lt 5 with lines, \
# "blocking_cached_stack.dat" using 1:2:3 title 'blocking cached_stack' lt 4 with errorbars, \
# "blocking_cached_stack.dat" notitle lt 4 with lines, \
# "sutter_list.dat" using 1:2:3 title 'sutter_list' lt 3 with errorbars, \
# "sutter_list.dat" notitle lt 3 with lines, \
plot \
"intrusive_sutter_list.dat" using 1:2:3 title 'spinlock list' lt 4 with errorbars, \
"intrusive_sutter_list.dat" notitle lt 4 with lines, \
"lockfree_list.dat" using 1:2:3 title 'lockfree list' lt 1 with errorbars, \
"lockfree_list.dat" notitle lt 1 with lines, \
"michael_scott_lockfree.dat" using 1:2:3 title 'michael & scott' lt 3 with errorbars, \
"michael_scott_lockfree.dat" notitle lt 3 with lines, \
"cached_stack.dat" using 1:2:3 title 'cached stack' lt 2 with errorbars, \
"cached_stack.dat" notitle lt 2 with lines
quit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment