Also show tooltips with function identifiers
authorMilian Wolff <mail@milianw.de>
Tue, 2 May 2017 20:57:24 +0000 (22:57 +0200)
committerMilian Wolff <mail@milianw.de>
Tue, 2 May 2017 20:57:24 +0000 (22:57 +0200)
commitf31b2605fbf863ab6bd4d1863125c8959807e1ef
treecefd3a7d033237d4d417c6626f2ec362b9dbc4cc
parent50f335a4801cb21d8f5add985df1967f03a1923b
Also show tooltips with function identifiers

Do not try to use fancy HTML formatting here though, as its making
text elision harder than necessary. It would also break tooltips
for very long function names which often happens in STL-using code.

BUG: 379360
src/analyze/gui/flamegraph.cpp