mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-17 18:56:59 +02:00
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:
parent
e72e3c9bbb
commit
791a5af791
5 changed files with 192 additions and 4 deletions
|
|
@ -117,8 +117,8 @@
|
|||
},
|
||||
"tracy": {
|
||||
"repo": "wolfpld/tracy",
|
||||
"sha": "05cceee",
|
||||
"hash": "fdf8f3eb0f44c17760e9e559ece6907606580da20568b7900e97e40f3ea773b9e6dbac7f0b04ef32e363d779ec013af63c85adbe2a3807db9205ec48887a546c",
|
||||
"sha": "984e08e",
|
||||
"hash": "1D9B3028DA6E0B14BBF06A81D0A13171461EFF216A56C9495C30D469556CB827B352E1B189A10C2CE3EEAB675C3F1B6824E6D2F12795E71641ACEFEC11F6303F",
|
||||
"version": "0.13.1",
|
||||
"download_only": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue