{% if srcdoc is not None %} {% else %} Could not locate the flamegraph.pl script. Either copy flamegraph.pl to a location on your PATH, or configure the path to the script by adding a snippet like the following to your Django config: PYFLAME_CONFIG = { 'FLAMEGRAPH_SCRIPT_PATH': '<path to flamegraph.pl>' } {% endif %}
Could not locate the flamegraph.pl script. Either copy flamegraph.pl to a location on your PATH, or configure the path to the script by adding a snippet like the following to your Django config:
PATH
PYFLAME_CONFIG = { 'FLAMEGRAPH_SCRIPT_PATH': '<path to flamegraph.pl>' }