Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | internal/debug: use pprof goroutine writer for debug_stacks (#16892) | Ryan Schneider | 2018-06-14 | 1 | -3/+4 |
| | | | | | | | | | | | | * debug: Use pprof goroutine writer in debug.Stacks() to ensure all goroutines are captured. * Up to 64MB limit, previous code only captured first 1MB of goroutines. * internal/debug: simplify stacks handler * fix typo * fix pointer receiver | ||||
* | internal/debug: add support for mutex profiles (#16230) | Felix Lange | 2018-03-03 | 1 | -4/+23 |
| | |||||
* | internal/debug: add debug_setGCPercent | Felix Lange | 2017-09-11 | 1 | -0/+6 |
| | |||||
* | internal/debug: add debug_freeOSMemory (#15122) | Felix Lange | 2017-09-11 | 1 | -0/+5 |
| | |||||
* | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 1 | -4/+3 |
| | |||||
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -15/+14 |
| | |||||
* | internal/debug: also rename debug_startTrace to debug_startGoTrace | Felix Lange | 2016-05-06 | 1 | -3/+3 |
| | | | | This was missing from the previous change. | ||||
* | internal/debug: rename debug_trace to debug_goTrace | Felix Lange | 2016-05-06 | 1 | -2/+2 |
| | | | | Reduces confusion with EVM execution tracing methods. | ||||
* | internal/debug: add memStats and gcStats to API | Felix Lange | 2016-04-13 | 1 | -0/+15 |
| | |||||
* | internal/debug: APIs for profiling and tracing | Felix Lange | 2016-01-28 | 1 | -0/+192 |
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener. |