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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/profiler.cxx b/automation/source/server/profiler.cxx
index a7dc2eb3548a..52d0a8fd4c67 100644
--- a/automation/source/server/profiler.cxx
+++ b/automation/source/server/profiler.cxx
@@ -150,7 +150,7 @@ void TTProfiler::EndProfileInterval()
void TTProfiler::GetProfileSnapshot( ProfileSnapshot *pProfileSnapshot )
{
- pProfileSnapshot->aTime = Time();
+ pProfileSnapshot->aTime = Time( Time::SYSTEM );
pProfileSnapshot->nProcessTicks = Time::GetProcessTicks();
pProfileSnapshot->nSystemTicks = Time::GetSystemTicks();
}