Skip to content

Simple go library for concurrent instrumented profiling.

License

Notifications You must be signed in to change notification settings

jonhoo/go-iprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple go library for concurrent instrumented profiling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages