summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-12/+1
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-231-0/+6
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-221-0/+10
* Default tick interval was 50ms, change it to 20msSimon Marlow2007-07-181-2/+2
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+28
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-081-6/+18
* +RTS -xbXXXXX sets the "heap base" to 0xXXXXXXSimon Marlow2007-06-271-0/+22
* +RTS -V0 disables the interval timer completely (for repeatable debugging)Simon Marlow2007-06-271-1/+1
* Basic heap profile support without -profSimon Marlow2007-04-271-21/+7
* slight doc wibble for the -r flagSimon Marlow2007-04-041-1/+1
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-221-0/+21
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-131-0/+5
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-211-0/+4
* No special Papi measurements taken by defaultmrchebas@gmail.com2006-11-091-1/+2
* alter PAPI help message slightlySimon Marlow2006-11-201-2/+2
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-091-0/+35
* rts_ccs_lengthRavi Nanavati2006-09-291-1/+11
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+0
* document -V in the +RTS --help outpoutSimon Marlow2006-09-071-3/+6
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-18/+59
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-251-2/+2
* Add new RTS flags for tracing:Simon Marlow2006-06-081-3/+29
* codegen debug flag (+RTS -Dc) was unused; remove itSimon Marlow2006-06-071-5/+0
* remove //@ stuffSimon Marlow2006-06-071-28/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+2281