summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/prof
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/prof')
-rwxr-xr-xqpid/cpp/src/prof18
1 files changed, 0 insertions, 18 deletions
diff --git a/qpid/cpp/src/prof b/qpid/cpp/src/prof
deleted file mode 100755
index bd889a1446..0000000000
--- a/qpid/cpp/src/prof
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-rm /var/lib/oprofile/oprofiled.log
-
-opcontrol --reset
-opcontrol --setup --no-vmlinux --separate=library
-opcontrol --start
-# -- Do stuff here --
-./qpidd
-# -- End of stuff --
-opcontrol --stop
-opcontrol --dump
-opcontrol --shutdown
-opreport -l ./.libs/lt-qpidd > stats.txt
-opannotate --source --output-dir=qpidd-prof ./.libs/lt-qpidd
-
-# clear the relusts
-#opcontrol --reset