summaryrefslogtreecommitdiff
path: root/bin/nytprofhtml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nytprofhtml')
-rwxr-xr-xbin/nytprofhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nytprofhtml b/bin/nytprofhtml
index 3d4e377..2ebf4db 100755
--- a/bin/nytprofhtml
+++ b/bin/nytprofhtml
@@ -80,6 +80,7 @@ die "Unable to find nytprofcalls in $Config{bin} or on the PATH"
my $flamegraph = File::Spec->catfile($Config{'bin'}, 'flamegraph') . $script_ext;
$flamegraph = which "flamegraph$script_ext" if not -e $flamegraph;
+$flamegraph = '/usr/share/perl5/Devel/NYTProf/flamegraph.pl';
die "Unable to find flamegraph$script_ext in $Config{bin} or on the PATH"
unless $flamegraph;