index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
prof
/
main.c
Age
Commit message (
Expand
)
Author
2013-05-06
go1.1rc2
go1.1rc2
Andrew Gerrand
2013-02-26
all: clean up C function prototypes
Anthony Martin
2013-02-05
cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errors
Shenghou Ma
2012-11-27
libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value
Shenghou Ma
2012-04-16
cmd/prof: don't build on Plan 9 for now.
Anthony Martin
2011-08-25
build: fix unused parameters
Russ Cox
2010-12-12
5g/8g, 8l, ld, prof: fix output of 32-bit values
Eoghan Sherry
2010-09-29
6prof: more accurate usage message.
David Symonds
2010-07-26
prof: fix typo in usage string
Andrew Gerrand
2010-01-11
delete debugging prints
Rob Pike
2010-01-11
delete debugging prints
Rob Pike
2010-01-11
add pprof output format to prof.
Rob Pike
2009-12-24
make 6prof (sic) architecture-independent.
Rob Pike
2009-12-01
a couple of usage fixups in prof
Rob Pike
2009-08-14
rename libmach_amd64 libmach
Rob Pike
2009-08-03
print profile to stderr. sheesh.
Rob Pike
2009-02-03
libmach:
Russ Cox
2008-11-14
add cov, prof to default build; clean up compiler warnings
Russ Cox
2008-11-10
fix error-handling bug.
Rob Pike
2008-11-10
fix start/stop bug in prof.
Rob Pike
2008-10-03
allow prof to launch the process
Rob Pike
2008-09-25
prototype nit
Russ Cox
2008-09-24
make prof work on linux
Russ Cox
2008-09-24
bug: updated wrong counter when combining values
Rob Pike
2008-09-23
rudimentary real-time profiler.
Rob Pike