summaryrefslogtreecommitdiff
path: root/firmware/profile.c
AgeCommit message (Expand)Author
2010-05-07Remove last traces of sprintf.hJeffrey Goode
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ...Michael Giacomelli
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-28Moved private types and constants from profile.h to profile.cBertrik Sikken
2006-08-29Fix bug in profiling that makes the timing for coldfire off by a factor of 2,...Jens Arnold
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-01-18Profiling support, tools and documentation.Brandon Low