mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Map source location to assembly instructions.
This commit is contained in:
@@ -298,6 +298,7 @@ private:
|
||||
uint64_t symbolCodeSize = 0;
|
||||
|
||||
unordered_flat_map<uint64_t, uint64_t> codeAddressToLocation;
|
||||
unordered_flat_map<uint64_t, Vector<uint64_t>> locationCodeAddressList;
|
||||
};
|
||||
|
||||
struct MbpsBlock
|
||||
|
||||
Reference in New Issue
Block a user