X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=scripts%2Fhiprofile;h=4895937c4c8c205d41efcd140d175baf1d6f1532;hb=c700523f0bfe517fafdacf1596c1fc0ca895ccff;hp=f663cce8a11626750c075afe6400c4e927fbe819;hpb=572198ed6c5d9582d0e406704e37d0f88365ec1f;p=hiprofile diff --git a/scripts/hiprofile b/scripts/hiprofile index f663cce..4895937 100755 --- a/scripts/hiprofile +++ b/scripts/hiprofile @@ -4,9 +4,6 @@ import sys, os from optparse import OptionParser from hiprofile import Report, Connection, write_report -resourcedir = os.path.join(os.path.dirname(__file__), - '..', 'share', 'hiprofile') - default_thresholds = { 'binary': '5%', 'symbol': '20', @@ -37,7 +34,7 @@ def main(args): report.annotate(conn, options) - write_report(report, resourcedir, options.outdir) + write_report(report, options.outdir) if __name__ == '__main__': sys.exit(main(sys.argv))