aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug
Commit message (Expand)AuthorAgeFilesLines
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
* internal/debug: also rename debug_startTrace to debug_startGoTraceFelix Lange2016-05-064-10/+10
* internal/debug: rename debug_trace to debug_goTraceFelix Lange2016-05-061-2/+2
* internal/debug: add memStats and gcStats to APIFelix Lange2016-04-131-0/+15
* cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panicFelix Lange2016-03-122-0/+51
* internal/debug: don't disable heap profile collection by defaultFelix Lange2016-03-121-0/+1
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-284-0/+404