golang-github-felixge-fgprof 0.9.2-1 source package in Ubuntu

Changelog

golang-github-felixge-fgprof (0.9.2-1) unstable; urgency=medium

  * New upstream release.
  * according to ratt no entry in Built-Using: of other packages

 -- Thorsten Alteholz <email address hidden>  Wed, 05 Jan 2022 02:08:36 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-felixge-fgprof_0.9.2-1.dsc 2.4 KiB aa63e30faa49ef463a45f1c6ce8319d2006054ce765825e09780c62660ad2c08
golang-github-felixge-fgprof_0.9.2.orig.tar.gz 331.4 KiB d3278a29a85d456694cd65bea1bdb6b23b6634340bd7d66e818f9fe0be2d1812
golang-github-felixge-fgprof_0.9.2-1.debian.tar.xz 2.3 KiB 771de3878609dc959c0620f2a46423976c20c335876c3dc011638045712abc80

No changes file available.

Binary packages built by this source

golang-github-felixge-fgprof-dev: 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.