summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-24 10:31:27 +0100
committersb <sb@openoffice.org>2010-03-24 10:31:27 +0100
commit22cf34ac5ea7aea96b9f50078cb4b0874f031dd6 (patch)
tree6af44ff2c72666e5a90ac529eee7263a26e6ef79 /configmgr
parentcd48abe95c6205a27c46b54740b42838036cbd8e (diff)
sb121: added profiling tracepoints
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index a6956e5a13f9..cb8fb261e60e 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -46,6 +46,7 @@
#include "osl/diagnose.h"
#include "osl/file.hxx"
#include "rtl/bootstrap.hxx"
+#include "rtl/logfile.h"
#include "rtl/ref.hxx"
#include "rtl/string.h"
#include "rtl/textenc.h"
@@ -316,6 +317,7 @@ Components::Components(
context_(context)
{
OSL_ASSERT(context.is());
+ RTL_LOGFILE_TRACE_AUTHOR("configmgr", "sb", "begin parsing");
parseXcsXcuLayer(
0,
expand(
@@ -389,6 +391,7 @@ Components::Components(
"configmgr error reading user modification layer: %s",
rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr());
}
+ RTL_LOGFILE_TRACE_AUTHOR("configmgr", "sb", "end parsing");
}
Components::~Components() {}