aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/cpuprof.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-2/+2
From-SVN: r181772
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-6/+0
From-SVN: r181633
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+1
From-SVN: r180552
2011-04-04libgo: Always initialize semaphores.Rainer Orth1-0/+6
2011-04-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR go/48222 * runtime/malloc.goc (runtime_mallocinit): Call runtime_Mprof_Init, runtime_initfintab. * runtime/cpuprof.c (runtime_cpuprofinit): New function. * runtime/runtime.h (runtime_cpuprofinit): Declare it. * runtime/go-main.c (main): Use it. From-SVN: r171960
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor1-0/+432
From-SVN: r171579