Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
timeout.c
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
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
Kirill Smelkov
timeout.c
Commits
6f9379e9
Commit
6f9379e9
authored
Feb 22, 2016
by
William Ahern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output graphs to stdout by default
parent
89826bc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile
Makefile
+5
-1
bench.plt
bench.plt
+0
-1
No files found.
Makefile
View file @
6f9379e9
...
...
@@ -87,7 +87,11 @@ bench-%.so: bench-%.c timeout.h
mv
$@
.tmp
$@
bench.eps
:
bench.plt $(foreach OP
,
add del expire
,
wheel-$(OP).dat heap-$(OP).dat)
gnuplot bench.plt
gnuplot bench.plt
>
$@
.tmp
mv
$@
.tmp
$@
bench.pdf
:
bench.eps
ps2pdf
$<
$@
.PHONY
:
clean clean~
...
...
bench.plt
View file @
6f9379e9
set terminal postscript color
set output "bench.eps"
set key top left
set xlabel "Number of timeouts"
...
...
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