パッケージ: golang-github-felixge-fgprof-dev (0.9.2-1)
golang-github-felixge-fgprof-dev に関するリンク
Debian の資源:
golang-github-felixge-fgprof ソースパッケージをダウンロード:
- [golang-github-felixge-fgprof_0.9.2-1.dsc]
- [golang-github-felixge-fgprof_0.9.2.orig.tar.gz]
- [golang-github-felixge-fgprof_0.9.2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
sampling Go profiler for analyzing On-CPU and Off-CPU
This package contains a sampling Go profiler that allows one to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler.
fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.
その他の golang-github-felixge-fgprof-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-google-pprof-dev
- pprof is a tool for visualization and analysis of profiling data