1
0
Fork 0
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:
Brian Fiete 2023-03-14 09:32:01 -07:00
parent 68bc8976b8
commit 398cb0c7ad
5 changed files with 147 additions and 45 deletions

View file

@ -134,6 +134,7 @@ public:
BumpAllocator mAlloc;
Dictionary<uint, ProfileThreadInfo*> mThreadInfo;
Array<uint> mThreadIdList;
Dictionary<addr_target, bool> mStackHeadCheckMap;
ProfileAddrEntrySet mProfileAddrEntrySet;
Array<ProfileAddrEntry*> mProfileAddrEntries;