diff options
author | Duncan Coutts <duncan@well-typed.com> | 2011-10-26 11:58:44 +0100 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2011-10-26 12:00:43 +0100 |
commit | d69059203d073093752bcd23181b745862a97a45 (patch) | |
tree | c9ea85655c294f3bd53fdca5b32541f404ac8f39 /rts/RtsStartup.c | |
parent | 4856d15a87d9052e2d9729c6a3e4312eb00622a2 (diff) | |
download | haskell-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.c | 1 |
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 */ |