summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2011-10-26 11:58:44 +0100
committerDuncan Coutts <duncan@well-typed.com>2011-10-26 12:00:43 +0100
commitd69059203d073093752bcd23181b745862a97a45 (patch)
treec9ea85655c294f3bd53fdca5b32541f404ac8f39 /rts/RtsStartup.c
parent4856d15a87d9052e2d9729c6a3e4312eb00622a2 (diff)
downloadhaskell-d69059203d073093752bcd23181b745862a97a45.tar.gz
Add a clock domain capset and emit wall clock time on rts init
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r--rts/RtsStartup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index 6e18fba273..dc6214357a 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -154,6 +154,7 @@ hs_init(int *argc, char **argv[])
initScheduler();
/* Trace some basic information about the process */
+ traceWallClockTime();
traceOSProcessInfo();
/* initialize the storage manager */