Skip to content

Commit

Permalink
Merge pull request phacility#57 from andypost/patch-1
Browse files Browse the repository at this point in the history
Set SVG render as default for callgraph.php
  • Loading branch information
longxinH committed Apr 30, 2021
2 parents f802467 + b3e92e1 commit 672e502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xhprof_html/callgraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
// parents/children functions of it will be shown.
'func' => array(XHPROF_STRING_PARAM, ''),

// image type, can be 'jpg', 'gif', 'ps', 'png'
'type' => array(XHPROF_STRING_PARAM, 'png'),
// image type, can be 'jpg', 'gif', 'ps', 'png', 'svg'
'type' => array(XHPROF_STRING_PARAM, 'svg'),

// only functions whose exclusive time over the total time
// is larger than this threshold will be shown.
Expand Down

0 comments on commit 672e502

Please sign in to comment.