aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/prof
AgeCommit message (Expand)Author
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-02-26all: clean up C function prototypesAnthony Martin
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-02-05cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma
2012-11-27libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma
2012-04-16cmd/prof: don't build on Plan 9 for now.Anthony Martin
2012-03-05cmd: update formatting of usage messagesAndrew Gerrand
2012-02-14cmd/dist: exclude cov and prof from releasesRuss Cox
2012-02-08runtime, pprof: add profiling of thread creationRuss Cox
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-04tools: update references to "x" to be "go tool x"Rob Pike
2012-02-02build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox
2012-01-30build: use correct go-tool directory locationAlex Brainman
2012-01-29cmd/go: c tools not used during compilationRob Pike
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
2011-10-12runtime: faster stringsDmitriy Vyukov
2011-09-07gopprof: regexp fixesHector Chu
2011-08-25build: fix unused parametersRuss Cox
2011-08-22build: add openbsdJoel Sing
2011-06-21gopprof: update list of memory allocatorsRuss Cox
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2011-05-02http/pprof: fix POST reading bugRuss Cox
2011-03-23testing: add -test.cpuprofile flagRuss Cox
2011-03-22gopprof: fix bug: do not rotate 180 degrees for large scrollsRuss Cox
2011-03-18gopprof: update list of memory allocation functionsRuss Cox
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-10-27use appendRuss Cox
2010-09-296prof: more accurate usage message.David Symonds
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-07-26prof: fix typo in usage stringAndrew Gerrand
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox
2010-03-26fix buildRuss Cox
2010-03-26prof: install gopprof tooRuss Cox
2010-01-11delete debugging printsRob Pike
2010-01-11delete debugging printsRob Pike
2010-01-11add pprof output format to prof.Rob Pike
2009-12-24make 6prof (sic) architecture-independent.Rob Pike
2009-12-01a couple of usage fixups in profRob Pike
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-04stylistic issues in a couple of cmd docsRob Pike
2009-11-03more command documentation, including nm and profRob Pike
2009-10-03clean moreRuss Cox
2009-09-22use $(shell uname) instead of $GOOS whenRuss Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-08-03print profile to stderr. sheesh.Rob Pike
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock