diff options
author | jmd <jmd@FreeBSD.org> | 2017-08-24 13:21:41 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2017-08-24 13:21:41 +0800 |
commit | 55f0ddeec16156a4feef1f9c9526265b5cc1dd17 (patch) | |
tree | 204a3be87960918d7b44785e3533ccc899ad2517 /benchmarks | |
parent | e3538fe2761d948e35a32039a0640646a465a337 (diff) | |
download | freebsd-ports-gnome-55f0ddeec16156a4feef1f9c9526265b5cc1dd17.tar.gz freebsd-ports-gnome-55f0ddeec16156a4feef1f9c9526265b5cc1dd17.tar.zst freebsd-ports-gnome-55f0ddeec16156a4feef1f9c9526265b5cc1dd17.zip |
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
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flamegraph/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/flamegraph/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/flamegraph/pkg-plist | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/benchmarks/flamegraph/Makefile b/benchmarks/flamegraph/Makefile index b182d9762cee..96b4a7317938 100644 --- a/benchmarks/flamegraph/Makefile +++ b/benchmarks/flamegraph/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flamegraph -PORTVERSION= g20170308 +PORTVERSION= g20170824 PORTREVISION= 1 CATEGORIES= benchmarks @@ -18,7 +18,7 @@ RUN_DEPENDS= bash>=0:shells/bash USE_GITHUB= yes GH_ACCOUNT= brendangregg GH_PROJECT= FlameGraph -GH_TAGNAME= 74764af +GH_TAGNAME= a8d807a USES= shebangfix perl5 NO_BUILD= yes @@ -29,7 +29,7 @@ SOURCE_FILES= aix-perf.pl \ difffolded.pl \ files.pl \ flamegraph.pl \ - pkgsplit-perf.sh \ + pkgsplit-perf.pl \ range-perf.pl \ stackcollapse-aix.pl \ stackcollapse-elfutils.pl \ @@ -42,6 +42,7 @@ SOURCE_FILES= aix-perf.pl \ stackcollapse-pmc.pl \ stackcollapse-recursive.pl \ stackcollapse-stap.pl \ + stackcollapse-vsprof.pl \ stackcollapse-vtune.pl \ stackcollapse.pl diff --git a/benchmarks/flamegraph/distinfo b/benchmarks/flamegraph/distinfo index ad681f5f0d77..b77ac2841754 100644 --- a/benchmarks/flamegraph/distinfo +++ b/benchmarks/flamegraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491067519 -SHA256 (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = f9b45d8df7e606749d86f86a7d83be63796aba42499362f20f8dcebfd2058cc4 -SIZE (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = 960356 +TIMESTAMP = 1503550520 +SHA256 (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = e2ca156cfb4511a84adb17bf00e49e52b3db924de4c4bf7a18b8ab8d3f24035f +SIZE (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = 1050056 diff --git a/benchmarks/flamegraph/pkg-plist b/benchmarks/flamegraph/pkg-plist index dbad4719d896..9de97ea4baac 100644 --- a/benchmarks/flamegraph/pkg-plist +++ b/benchmarks/flamegraph/pkg-plist @@ -2,7 +2,7 @@ bin/aix-perf.pl bin/difffolded.pl bin/files.pl bin/flamegraph.pl -bin/pkgsplit-perf.sh +bin/pkgsplit-perf.pl bin/range-perf.pl bin/stackcollapse-aix.pl bin/stackcollapse-elfutils.pl @@ -15,5 +15,6 @@ bin/stackcollapse-perf.pl bin/stackcollapse-pmc.pl bin/stackcollapse-recursive.pl bin/stackcollapse-stap.pl +bin/stackcollapse-vsprof.pl bin/stackcollapse-vtune.pl bin/stackcollapse.pl |