rakyll / gom

A visual interface to work with runtime profiling data for Go
Apache License 2.0
1.29k stars 42 forks source link

Toggle blocked profiling #6

Open tj opened 9 years ago

tj commented 9 years ago

Any interest in having this as well? Unless I'm totally using pprof wrong it seems like (unlike cpu profiling) you have to explicitly enable it via runtime, so it would be cool to make that more accessible.

rakyll commented 9 years ago

This is on my TODO list. Block profiling and CPU sampling rate should be both configurable by the user.

gometry/http handler needs a few query parameters.

tj commented 9 years ago

Cool sounds good