# felixge/fgprof

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/felixge-fgprof).**

3,105 stars · 99 forks · Go · MIT

## Links

- GitHub: https://github.com/felixge/fgprof
- awesome-repositories: https://awesome-repositories.com/repository/felixge-fgprof.md

## Topics

`go` `golang` `performance` `performance-analysis` `profiling` `profiling-library`

## Description

🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.

## Tags

### Part of an Awesome List

- [Code Analysis and Quality](https://awesome-repositories.com/f/awesome-lists/devtools/code-analysis-and-quality.md) — Sampling Go performance profiler.
- [Instrumentation and Tracing](https://awesome-repositories.com/f/awesome-lists/devtools/instrumentation-and-tracing.md) — Sampling profiler for Go to identify performance bottlenecks.
- [Performance and Profiling](https://awesome-repositories.com/f/awesome-lists/devtools/performance-and-profiling.md) — Provides off-CPU profiling to identify blocking operations.
