summaryrefslogtreecommitdiff
path: root/configmgr/source
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
commit5912d0a326719951dc186d2d33a039955d44fea4 (patch)
treefb7c323c1705c19195dddd43d4b3f0eeaffc0b8c /configmgr/source
parentb087ed1e42192db678b580c9bab92a6dd0c4d7fa (diff)
sb121: added profiling tracepoints
Diffstat (limited to 'configmgr/source')
-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 a6956e5a13..cb8fb261e6 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() {}