We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inorder to make Call graph working you need to install graphviz graphviz-devel graphviz-gd and enable it in the config.php.
$_xhprof['dot_binary'] = '/usr/bin/dot'; $_xhprof['dot_tempdir'] = '/tmp'; $_xhprof['dot_errfile'] = '/tmp/xh_dot.err';
Please add graphviz to the requirements.
Thanks
Ayman
The text was updated successfully, but these errors were encountered:
The graphviz package itself is listed in README, but graphviz-devel and graphviz-gd are not.
graphviz
graphviz-devel
graphviz-gd
Please send a PR for adding them.
Sorry, something went wrong.
No branches or pull requests
Inorder to make Call graph working you need to install graphviz graphviz-devel graphviz-gd and enable it in the config.php.
$_xhprof['dot_binary'] = '/usr/bin/dot';
$_xhprof['dot_tempdir'] = '/tmp';
$_xhprof['dot_errfile'] = '/tmp/xh_dot.err';
Please add graphviz to the requirements.
Thanks
Ayman
The text was updated successfully, but these errors were encountered: