Steevo Wiki

You are here: Home » dev » go

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:go [2025/04/29 11:39]
admin
dev:go [2025/05/09 06:49] (current)
admin
Line 6: Line 6:
 </code> </code>
  
-===== Debug profile and view in browser =====+==== Debug profile and view in browser ==== 
  
 <code> <code>
-go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15+go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15'
 </code> </code>