wallClockProfiler icon indicating copy to clipboard operation
wallClockProfiler copied to clipboard

Support templated function names

Open CypherGrue opened this issue 1 year ago • 0 comments

Pass templated function names correctly from the GDB stack trace through to callgrind. Previously, templated functions with multiple parameters would be truncated at the first space or comma. This is typical in STL, e.g. "map<int, int>::insert".

CypherGrue avatar Jan 22 '24 02:01 CypherGrue