Emit various bits of OS process info into the eventlog
[ghc-hetmet.git] / rts / RtsStartup.c
index 0dacd61..c115701 100644 (file)
@@ -153,6 +153,9 @@ hs_init(int *argc, char **argv[])
      */
     initScheduler();
 
+    /* Trace some basic information about the process */
+    traceOSProcessInfo();
+
     /* initialize the storage manager */
     initStorage();