summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/machine-gmon.h
AgeCommit message (Collapse)Author
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
2004-08-15Logic was reversed.Manuel Novoa III
2003-04-16Patch from Liam Girdwood to fix mips profiling when usingEric Andersen
newer gcc versions.
2003-03-03Initial effort at adding profiling support.Eric Andersen