forked from ungleich-public/cdist
add template for oprofile benchmark
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f591ec9891
commit
95fefedba4
1 changed files with 12 additions and 0 deletions
12
doc/dev/benchmark-oprofile
Normal file
12
doc/dev/benchmark-oprofile
Normal file
|
@ -0,0 +1,12 @@
|
|||
10:37 <dynamite> #!/bin/sh
|
||||
10:37 <dynamite> opcontrol --no-vmlinux > /dev/null
|
||||
10:37 <dynamite> opcontrol --stop > /dev/null
|
||||
10:37 <dynamite> opcontrol --shutdown > /dev/null
|
||||
10:37 <dynamite> opcontrol --reset > /dev/null
|
||||
10:37 <dynamite> opcontrol --separate=none > /dev/null
|
||||
10:37 <dynamite> opcontrol $* > /dev/null
|
||||
10:37 <dynamite> opcontrol --start > /dev/null
|
||||
10:37 <dynamite> ./urpcbench 0 0 1
|
||||
10:37 <dynamite> opcontrol --stop > /dev/null
|
||||
10:37 <dynamite> opcontrol --dump > /dev/null
|
||||
10:37 <dynamite> opreport -l urpcbench
|
Loading…
Reference in a new issue