summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-09-02 14:31:21 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-09-02 14:31:21 -0500
commit37e94841db43740a4df1ed9c9a4e9180523814bc (patch)
tree9cf12d4e4f716b5de61b72d6d2e4358f08c3e3e8 /test
parent159792e02fd47c50b1e8c6eb23474eaa5cf8cd07 (diff)
percheck: produce similar stats than off-tree callgrind
Change-Id: I7035ea6f2d9ffe92282533064d69b75e2c1989e1
Diffstat (limited to 'test')
-rw-r--r--test/source/util/xreplaceable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/util/xreplaceable.cxx b/test/source/util/xreplaceable.cxx
index 598a7ddf46ec..0ecf4237d985 100644
--- a/test/source/util/xreplaceable.cxx
+++ b/test/source/util/xreplaceable.cxx
@@ -54,7 +54,7 @@ void XReplaceable::testReplaceAll()
callgrindStart();
xReplaceable->replaceAll(uno::Reference< util::XSearchDescriptor >(xReplaceDescr, UNO_QUERY_THROW));
- callgrindDump("replaceAll");
+ callgrindDump("test:replace_all");
//check that now at least one element is found
xElement = xReplaceable->findFirst(xSearchDescr);