Skip to content

graphviz library is missed from the requirements  #89

@shorman88

Description

@shorman88

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions