mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
b8eec92885
commit
528f54dfae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448648
3 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= flamegraph
|
PORTNAME= flamegraph
|
||||||
PORTVERSION= g20170308
|
PORTVERSION= g20170824
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= bash>=0:shells/bash
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= brendangregg
|
GH_ACCOUNT= brendangregg
|
||||||
GH_PROJECT= FlameGraph
|
GH_PROJECT= FlameGraph
|
||||||
GH_TAGNAME= 74764af
|
GH_TAGNAME= a8d807a
|
||||||
|
|
||||||
USES= shebangfix perl5
|
USES= shebangfix perl5
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
@ -29,7 +29,7 @@ SOURCE_FILES= aix-perf.pl \
|
||||||
difffolded.pl \
|
difffolded.pl \
|
||||||
files.pl \
|
files.pl \
|
||||||
flamegraph.pl \
|
flamegraph.pl \
|
||||||
pkgsplit-perf.sh \
|
pkgsplit-perf.pl \
|
||||||
range-perf.pl \
|
range-perf.pl \
|
||||||
stackcollapse-aix.pl \
|
stackcollapse-aix.pl \
|
||||||
stackcollapse-elfutils.pl \
|
stackcollapse-elfutils.pl \
|
||||||
|
@ -42,6 +42,7 @@ SOURCE_FILES= aix-perf.pl \
|
||||||
stackcollapse-pmc.pl \
|
stackcollapse-pmc.pl \
|
||||||
stackcollapse-recursive.pl \
|
stackcollapse-recursive.pl \
|
||||||
stackcollapse-stap.pl \
|
stackcollapse-stap.pl \
|
||||||
|
stackcollapse-vsprof.pl \
|
||||||
stackcollapse-vtune.pl \
|
stackcollapse-vtune.pl \
|
||||||
stackcollapse.pl
|
stackcollapse.pl
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1491067519
|
TIMESTAMP = 1503550520
|
||||||
SHA256 (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = f9b45d8df7e606749d86f86a7d83be63796aba42499362f20f8dcebfd2058cc4
|
SHA256 (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = e2ca156cfb4511a84adb17bf00e49e52b3db924de4c4bf7a18b8ab8d3f24035f
|
||||||
SIZE (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = 960356
|
SIZE (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = 1050056
|
||||||
|
|
|
@ -2,7 +2,7 @@ bin/aix-perf.pl
|
||||||
bin/difffolded.pl
|
bin/difffolded.pl
|
||||||
bin/files.pl
|
bin/files.pl
|
||||||
bin/flamegraph.pl
|
bin/flamegraph.pl
|
||||||
bin/pkgsplit-perf.sh
|
bin/pkgsplit-perf.pl
|
||||||
bin/range-perf.pl
|
bin/range-perf.pl
|
||||||
bin/stackcollapse-aix.pl
|
bin/stackcollapse-aix.pl
|
||||||
bin/stackcollapse-elfutils.pl
|
bin/stackcollapse-elfutils.pl
|
||||||
|
@ -15,5 +15,6 @@ bin/stackcollapse-perf.pl
|
||||||
bin/stackcollapse-pmc.pl
|
bin/stackcollapse-pmc.pl
|
||||||
bin/stackcollapse-recursive.pl
|
bin/stackcollapse-recursive.pl
|
||||||
bin/stackcollapse-stap.pl
|
bin/stackcollapse-stap.pl
|
||||||
|
bin/stackcollapse-vsprof.pl
|
||||||
bin/stackcollapse-vtune.pl
|
bin/stackcollapse-vtune.pl
|
||||||
bin/stackcollapse.pl
|
bin/stackcollapse.pl
|
||||||
|
|
Loading…
Add table
Reference in a new issue