FlameGraph
FlameGraph copied to clipboard
Handle spaces in file paths.
Hit this same issue today profiling some Steam games which often have spaces in paths.
I went with
} elsif (/^\s*(\w+)\s*(.+) \(([^\)]+)\)/) {
but I'm not familiar enough with all of the use cases to know what's the best solution.
This patch seems to work here for AbsInt, too.
Thanks!