aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/debug.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: correct various Go -> C function callsRuss Cox
2014-09-02runtime: convert cpuprof from C to GoMatthew Dempsky
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-26runtime: convert Stack to Go.Rémy Oudompheng
2014-08-21runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go.Rémy Oudompheng
2012-11-26runtime: re-format comments.Oling Cat
2012-11-16runtime: remove extra parentheses.Oling Cat
2012-10-06pprof: add goroutine blocking profilingDmitriy Vyukov
2012-02-22runtime: goroutine profile, stack dumpsRuss Cox
2012-02-19runtime: APIRuss Cox
2012-02-17runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe...David Symonds
2012-02-08runtime, pprof: add profiling of thread creationRuss Cox
2012-01-25runtime: move NumCPU declaration into debug.go.David Symonds
2012-01-12effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-11runtime: split non-debugging malloc interface out of debug.go into mem.goRuss Cox
2011-02-02runtime: faster allocator, garbage collectorRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-19runtime: add per-pause gc statsRuss Cox
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-12-07runtime: add GoroutinesKeith Rarick
2010-09-07runtime: use manual stack for garbage collectionRuss Cox
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox