aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-15 19:10:18 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-15 19:10:18 +0300
commit6bb932212cbadac6eed59ac153ebe041523f7570 (patch)
tree1b4fc5a0c9bb070ec8332e460f6fb301149ee64f /ui/command-processor.go
parentef509eb3082e4017284345b195ce0489c90a993d (diff)
Add call trace command
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 65b704f..26644c5 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -109,6 +109,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"invite": cmdInvite,
"hprof": cmdHeapProfile,
"cprof": cmdCPUProfile,
+ "trace": cmdTrace,
},
}
}