Date: Thu, 24 Aug 2017 05:21:41 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448648 - head/benchmarks/flamegraph Message-ID: <201708240521.v7O5Lfll096742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Thu Aug 24 05:21:41 2017 New Revision: 448648 URL: https://svnweb.freebsd.org/changeset/ports/448648 Log: 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 Modified: head/benchmarks/flamegraph/Makefile head/benchmarks/flamegraph/distinfo head/benchmarks/flamegraph/pkg-plist Modified: head/benchmarks/flamegraph/Makefile ============================================================================== --- head/benchmarks/flamegraph/Makefile Thu Aug 24 05:17:49 2017 (r448647) +++ head/benchmarks/flamegraph/Makefile Thu Aug 24 05:21:41 2017 (r448648) @@ -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 Modified: head/benchmarks/flamegraph/distinfo ============================================================================== --- head/benchmarks/flamegraph/distinfo Thu Aug 24 05:17:49 2017 (r448647) +++ head/benchmarks/flamegraph/distinfo Thu Aug 24 05:21:41 2017 (r448648) @@ -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 Modified: head/benchmarks/flamegraph/pkg-plist ============================================================================== --- head/benchmarks/flamegraph/pkg-plist Thu Aug 24 05:17:49 2017 (r448647) +++ head/benchmarks/flamegraph/pkg-plist Thu Aug 24 05:21:41 2017 (r448648) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708240521.v7O5Lfll096742>