summaryrefslogtreecommitdiff
path: root/automation/source/server/profiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/profiler.cxx')
-rw-r--r--automation/source/server/profiler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/profiler.cxx b/automation/source/server/profiler.cxx
index c11ddce1014a..2520a1fa4e05 100644
--- a/automation/source/server/profiler.cxx
+++ b/automation/source/server/profiler.cxx
@@ -158,7 +158,7 @@ void TTProfiler::GetProfileSnapshot( ProfileSnapshot *pProfileSnapshot )
}
-void TTProfiler::StartProfilingPerCommand() // Jeden Befehl mitschneiden
+void TTProfiler::StartProfilingPerCommand()
{
bIsProfilingPerCommand = sal_True;
}
@@ -214,11 +214,11 @@ void TTProfiler::Timeout()
aAutoProfileBuffer += aLine;
- ProfileSnapshot *pTemp = pAutoStart; // Tauschen, so daß jetziges Ende nächsten Start wird
+ ProfileSnapshot *pTemp = pAutoStart; // swap so that current end becomes the next start
pAutoStart = pAutoEnd;
pAutoEnd = pTemp;
- Start(); // Timer neu starten
+ Start(); // restart timer
}
String TTProfiler::GetAutoProfiling()