aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug/trace.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-3/+2
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+4
|
* internal/debug: also rename debug_startTrace to debug_startGoTraceFelix Lange2016-05-061-3/+3
| | | | This was missing from the previous change.
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-0/+64
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.