experimental: allow tracy to get names for jitted function so they can show up in the profiler in sample based mode

names provided by dynarmic
WARNING: currently jit code does not support stacktraces, which tracy relies on, so only top level function at time of sample show up
which makes using this for profiling jitted code mostly pointless, but maybe we can fix this
This commit is contained in:
Hexcoder 2026-03-20 01:43:58 +01:00
parent e72e3c9bbb
commit 791a5af791
5 changed files with 192 additions and 4 deletions

View file

@ -117,8 +117,8 @@
},
"tracy": {
"repo": "wolfpld/tracy",
"sha": "05cceee",
"hash": "fdf8f3eb0f44c17760e9e559ece6907606580da20568b7900e97e40f3ea773b9e6dbac7f0b04ef32e363d779ec013af63c85adbe2a3807db9205ec48887a546c",
"sha": "984e08e",
"hash": "1D9B3028DA6E0B14BBF06A81D0A13171461EFF216A56C9495C30D469556CB827B352E1B189A10C2CE3EEAB675C3F1B6824E6D2F12795E71641ACEFEC11F6303F",
"version": "0.13.1",
"download_only": true
}