Port details |
- flamegraph Stack trace visualizer
- 1.1 benchmarks =2 1.1Version of this port present on the latest quarterly branch.
- Maintainer: jmd@FreeBSD.org
- Port Added: 2017-04-02 01:06:35
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CDDL
- WWW:
- https://github.com/brendangregg/FlameGraph
- Description:
- a stack-trace visualizer
Flame Graphs visualize profiled code. Flame graphs can be created in three
steps: 1) Capture stacks, 2) Fold stacks, 3) flamegraph.pl.
Capturing stacks can be done with Linux perf_events, FreeBSD pmcstat (hwpmc),
DTrace, SystemTap, and many other profilers. See stackcollapse-*
converters. These stackcollapse scripts are used to fold the stacks.
Flamegraph SVGs are created using the flamegraph.pl script.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flamegraph>0:benchmarks/flamegraph
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/benchmarks/flamegraph/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/flamegraph
- pkg install flamegraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flamegraph
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638372585
SHA256 (brendangregg-FlameGraph-1.1-810687f_GH0.tar.gz) = eee0efaaf522ecdf79757b8d3407fe5c6e0e34ccebd268bd9b9e1c2f01bb400a
SIZE (brendangregg-FlameGraph-1.1-810687f_GH0.tar.gz) = 1056998
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash>=0 : shells/bash
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- bash>=0 : shells/bash
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_flamegraph
- USES:
- shebangfix perl5 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.1 01 Dec 2021 18:19:06 |
Johannes M Dieterich (jmd) |
benchmarks/flamegraph: update to latest GitHub revision
Given that there hasn't been a tagged release in 4y, switch to the latest GH
revision and give it the moniker 1.1 (1.0-43 was the previous tag). |
1.0.43 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.43 30 Nov 2020 04:15:02 |
yuri |
benchmarks/flamegraph: Update g20170824 -> 1.0-43
PR: 251336
Approved by: jmd |
g20170824_1 24 Aug 2017 05:21:41 |
jmd |
benchmarks/flamegraph: Update to later snapshot which fixes some output bugs of
scripts.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12117 |
g20170308_1 02 Apr 2017 15:33:39 |
jmd |
Bump PORTREVISION.
Reported by: mat |
g20170308 02 Apr 2017 02:31:56 |
jmd |
Use INSTALL_SCRIPT to mark installed files as executable.
Reported by: adamw
Reviewed by: swills (mentor)
Approved by: swills (mentor) |
g20170308 02 Apr 2017 01:06:26 |
jmd |
new port: benchmarks/flamegraph
A trivial port of Brendan Gregg's collection of flamegraph scripts (a lot of
shebang-fixes). This will allow developers to visually profile output from,
e.g., ljp and dtrace to locate CPU and memory hogs in workloads.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10233 |