summaryrefslogtreecommitdiff
path: root/rts/Proftimer.h
Commit message (Expand)AuthorAgeFilesLines
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-031-3/+2
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-211-0/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Use C99's boolBen Gamari2016-11-291-1/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* move startProfTimer() and stopProfTimer() to the public headersSimon Marlow2012-08-211-3/+0
* Export startProfTimer and stopProfTimer symbols.Paolo Capriotti2012-08-201-3/+3
* Always define startProfTimer and stopProfTimerIan Lynagh2012-08-101-2/+0
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-6/+10
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+22