(feature request) pprof wall time profiling

665 views
Skip to first unread message

Patrick Lee

unread,
Apr 6, 2016, 7:08:58 PM4/6/16
to golang-nuts
(tl;dr I want google3's wallz profiling)

Hey guys,

While cpu profiling is great for debugging where we spend our cpu, it's terrible for debugging latency issues because I/O, time.Sleep, blocking on channel for items, etc. are not counted against cpu time.  Can someone extend golang's pprof to also support wall time profiling? 

Thanks,
Patrick

andrey mirtchovski

unread,
Apr 7, 2016, 12:34:11 AM4/7/16
to Patrick Lee, golang-nuts
you mean like the go execution tracer?
https://talks.golang.org/2015/dynamic-tools.slide#30
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Patrick Lee

unread,
Apr 7, 2016, 12:44:27 AM4/7/16
to golang-nuts, pat...@dropbox.com
o,pprof/trace, perfect.  Thanks!
Reply all
Reply to author
Forward
0 new messages