mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Profiler: Move ELF object name to its own profile graph column
This way you don't have to look at all the library names if you don't want to. Since we're pretty good about namespacing our things, the library names are slightly redundant information.
This commit is contained in:
parent
2f0ea9ae33
commit
340180ba05
4 changed files with 43 additions and 24 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
enum Column {
|
||||
SampleCount,
|
||||
SelfCount,
|
||||
ObjectName,
|
||||
StackFrame,
|
||||
__Count
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue