3c181cf5f9
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
91 lines
2 KiB
Makefile
91 lines
2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bombardier
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += clpeak
|
|
SUBDIR += cpipe
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dhrystone
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += expedite
|
|
SUBDIR += fhourstones
|
|
SUBDIR += filebench
|
|
SUBDIR += fio
|
|
SUBDIR += flamegraph
|
|
SUBDIR += flops
|
|
SUBDIR += flowgrind
|
|
SUBDIR += forkbomb
|
|
SUBDIR += glmark2
|
|
SUBDIR += gobench
|
|
SUBDIR += gtkperf
|
|
SUBDIR += himenobench
|
|
SUBDIR += hpl
|
|
SUBDIR += hs-criterion
|
|
SUBDIR += httperf
|
|
SUBDIR += imb
|
|
SUBDIR += interbench
|
|
SUBDIR += iorate
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += iperf
|
|
SUBDIR += iperf3
|
|
SUBDIR += libmicro
|
|
SUBDIR += lmbench
|
|
SUBDIR += mdtest
|
|
SUBDIR += nbench
|
|
SUBDIR += netio
|
|
SUBDIR += netperf
|
|
SUBDIR += netperfmeter
|
|
SUBDIR += netpipe
|
|
SUBDIR += nosqlbench
|
|
SUBDIR += nqueens
|
|
SUBDIR += nttcp
|
|
SUBDIR += nuttcp
|
|
SUBDIR += octave-forge-benchmark
|
|
SUBDIR += p5-Benchmark-Forking
|
|
SUBDIR += p5-Benchmark-Stopwatch
|
|
SUBDIR += pathchirp
|
|
SUBDIR += pathload
|
|
SUBDIR += pathrate
|
|
SUBDIR += pear-Benchmark
|
|
SUBDIR += phoronix-test-suite
|
|
SUBDIR += pipebench
|
|
SUBDIR += polygraph
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += py-naarad
|
|
SUBDIR += py-zopkio
|
|
SUBDIR += pybench
|
|
SUBDIR += raidtest
|
|
SUBDIR += ramspeed
|
|
SUBDIR += randomio
|
|
SUBDIR += rubygem-benchmark-ips
|
|
SUBDIR += rubygem-railsbench
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += sipp
|
|
SUBDIR += slowloris
|
|
SUBDIR += smhasher
|
|
SUBDIR += spp
|
|
SUBDIR += stream
|
|
SUBDIR += stress-ng
|
|
SUBDIR += super-smack
|
|
SUBDIR += sysbench
|
|
SUBDIR += tcpblast
|
|
SUBDIR += thrulay
|
|
SUBDIR += tsung
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += unixbench
|
|
SUBDIR += webbench
|
|
SUBDIR += wrk
|
|
|
|
.include <bsd.port.subdir.mk>
|