1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

Profiler: Show the symbol address in object file

This commit is contained in:
Ali Mohammad Pur 2021-08-08 03:01:10 +04:30 committed by Ali Mohammad Pur
parent 64ccf2196c
commit 4bef63fa6a
2 changed files with 11 additions and 0 deletions

View file

@ -24,6 +24,7 @@ public:
SelfCount,
ObjectName,
StackFrame,
SymbolAddress,
__Count
};