Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonhoo/go-iprof

Simple go library for concurrent instrumented profiling.
https://github.com/jonhoo/go-iprof

golang instrumentation profiling

Last synced: 3 months ago
JSON representation

Simple go library for concurrent instrumented profiling.

Awesome Lists containing this project

README

        

go-iprof provides higher-level, instrumented profiling for Go
applications. This is useful for applications that want to obtain
information about where an application is spending its time, without
resorting to the low-level data provided by pprof. Instrumenting the
code for profiling also allows more insight into time spent in external
code, which pprof does not currently handle well.

Inspired by https://github.com/mreiferson/go-stat