Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |