Can the percentage precision when analyzing Xdebug profiler snapshots be changed? Follow
When viewing profiler snapshots in PhpStorm, there are no decimal places shown which results in most lines showing 0% when there are a lot of lines (due to each line being slightly less than 1%). Is it possible to add or one two decimal places so instead of looking like:
0%
0%
0%
0%
0%
0%
Which is pretty useless, it could look like:
0.8%
0.7%
0.1%
1.9%
Is this possible?
Please sign in to leave a comment.
please submit a feature request to
http://youtrack.jetbrains.net/issues/WI#newissue=yes