aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 15:18:25 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 15:18:25 +0300
commit8b87809ac1cae1263d3591a1b9b5b88c944034d8 (patch)
tree25c6421dc5da1b96d2d7804eccad94ed8a2ee1a1 /ui/command-processor.go
parentd3c18788dda5c2205a858c99afc75acc46c7ed33 (diff)
parent1ea6ba026aab8b9d3e66681c97043b5806ef4971 (diff)
Merge branch 'break-things-again'
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 96b1ada..26644c5 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -108,6 +108,8 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"rainbow": cmdRainbow,
"invite": cmdInvite,
"hprof": cmdHeapProfile,
+ "cprof": cmdCPUProfile,
+ "trace": cmdTrace,
},
}
}