1
0
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:
Bartosz Taudul
2020-04-02 02:01:58 +02:00
parent 9f0a6b8231
commit 387fdb30b0
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -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