#
62017 |
| 06-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
54806 |
| 08-Jul-1992 |
torek |
changes to use gmonhdr from <sys/gmon.h>; sparc changes; lint |
#
52812 |
| 02-Mar-1992 |
mckusick |
extract profiling rate from header if present |
#
52650 |
| 24-Feb-1992 |
mckusick |
add -C flag to do cycle elimination |
#
52581 |
| 19-Feb-1992 |
mckusick |
throw away arcs that are out of range |
#
48700 |
| 24-Apr-1991 |
donn |
gprof -c only works on VAX and Tahoe. |
#
42683 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
34881 |
| 29-Jun-1988 |
bostic |
install approved copyright notice |
#
34199 |
| 05-May-1988 |
bostic |
add Berkeley specific header; written by K. McKusick and P. Kessler |
#
33226 |
| 02-Jan-1988 |
bostic |
malloc doesn't return an unsigned; UNIT is now unsigned by definition; define valcmp for ANSI C |
#
30963 |
| 27-Apr-1987 |
mckusick |
add -k to allow selective deletion of arcs |
#
21960 |
| 04-Jun-1985 |
dist |
Add copyright |
#
16852 |
| 07-Aug-1984 |
mckusick |
clean up semantics of doarcs() to calculate indicies; reorder output; add alphabetical index; add ms/call to flat profile |
#
15910 |
| 30-Jan-1984 |
peter |
if you can't find the hertz rate, report time in ticks, not seconds. |
#
12385 |
| 11-May-1983 |
mckusick |
make -b flag default to on |
#
11807 |
| 31-Mar-1983 |
mckusick |
sun changes; account for entry masks |
#
11523 |
| 10-Mar-1983 |
mckusick |
take vax mask word into account |
#
10249 |
| 11-Jan-1983 |
peter |
sampling frequency changes from a constant to a variable. |
#
7257 |
| 21-Jun-1982 |
mckusick |
fix per peter's bug |
#
7252 |
| 21-Jun-1982 |
mckusick |
remove N^2 algorithm in sample distribution routine |
#
7227 |
| 19-Jun-1982 |
mckusick |
fix unsigned conversion in calculating lowpc and highpc |
#
7226 |
| 19-Jun-1982 |
peter |
debugging stuff for the gmon.out header. |
#
7225 |
| 19-Jun-1982 |
peter |
what to do if there's no time accumulated. |
#
7223 |
| 18-Jun-1982 |
peter |
-e -E -f and -F flags, this time for sure. |
#
7173 |
| 14-Jun-1982 |
peter |
-f and -e flags. |