mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved profiler - better filtering, show 'hot' paths
This commit is contained in:
parent
68bc8976b8
commit
398cb0c7ad
5 changed files with 147 additions and 45 deletions
|
@ -134,6 +134,7 @@ public:
|
|||
BumpAllocator mAlloc;
|
||||
Dictionary<uint, ProfileThreadInfo*> mThreadInfo;
|
||||
Array<uint> mThreadIdList;
|
||||
Dictionary<addr_target, bool> mStackHeadCheckMap;
|
||||
|
||||
ProfileAddrEntrySet mProfileAddrEntrySet;
|
||||
Array<ProfileAddrEntry*> mProfileAddrEntries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue