Refactor memory profiler, change output format

This commit is contained in:
Dan Sosedoff
2014-11-23 14:44:42 -06:00
parent 22bcfafa76
commit 4baa5ec3c6
2 changed files with 17 additions and 11 deletions

View File

@@ -204,7 +204,7 @@ func main() {
}
if options.Debug {
go startRuntimeProfiler()
startRuntimeProfiler()
}
startServer()