xhprof-flamegraphs icon indicating copy to clipboard operation
xhprof-flamegraphs copied to clipboard

fix multiline stack count and WINDOWS PHP_EOL behavior, FlameGraph.pl return invalid line format

Open Slach opened this issue 6 years ago • 0 comments

when PDO::query \ PDO::exec have multiline SQL statements, FlameGraph.pl return "skip XXX lines with wrong format"

when scripts running on WINDOWS, PHP_EOL == "\r\n" and FlameGraphs.pl return "skip XXX lines with wrong format"

Slach avatar May 14 '18 10:05 Slach