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 [2022/06/03 16:08]
admin
dev:go [2025/05/09 06:49] (current)
admin
Line 4: Line 4:
 <code> <code>
 go clean -modcache go clean -modcache
 +</code>
 +
 +==== Debug profile and view in browser ====
 +
 +
 +<code>
 +go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15'
 </code> </code>