diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-07-25 20:25:14 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-07-25 20:25:14 +0000 |
| commit | 25f9ff86c702792a492697b03fa3c4190fa12903 (patch) | |
| tree | f0f4edbe4a5dd29a6e191713872b6a8bd3e28dd4 /qpid/cpp/src/prof | |
| parent | d73ba2c389413b64aba0ef6893c98c89120622ce (diff) | |
| download | qpid-python-25f9ff86c702792a492697b03fa3c4190fa12903.tar.gz | |
QPID-4640: QPID-3633: Remove autotools build from qpid C++ source tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1507112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/prof')
| -rwxr-xr-x | qpid/cpp/src/prof | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/prof b/qpid/cpp/src/prof index acfbaff2d4..6276ff620a 100755 --- a/qpid/cpp/src/prof +++ b/qpid/cpp/src/prof @@ -32,8 +32,8 @@ opcontrol --start opcontrol --stop opcontrol --dump opcontrol --shutdown -opreport -l ./.libs/lt-qpidd > stats.txt -opannotate --source --output-dir=qpidd-prof ./.libs/lt-qpidd +opreport -l ./qpidd > stats.txt +opannotate --source --output-dir=qpidd-prof ./qpidd # clear the relusts #opcontrol --reset |
