Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonhoo/go-iprof
- Owner: jonhoo
- License: mit
- Created: 2015-02-02T19:07:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T14:50:23.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T22:23:54.151Z (almost 2 years ago)
- Topics: golang, instrumentation, profiling
- Language: Go
- Size: 165 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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