1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00
Bartosz Taudul d7541bbdba
Allow disabling inline resolution on windows.
Original commit a6b25497 by xavier <xavierb@gmail.com>:

add TRACY_CALLSTACK_IGNORE_INLINES to tradeoff speed vs precision in win32 DecodeCallstackPtr()

SymQueryInlineTrace() is too slow in some cases:
300000 queries backlog getting processed at ~70 per second is prohibitive.

(without inlines resolution, it's more like ~20000 queries per second)
2021-05-21 22:27:35 +02:00
..
2020-07-31 02:42:22 +02:00
2019-11-21 20:41:57 +01:00
2020-11-19 16:36:01 +01:00
2019-06-27 19:14:51 +02:00
2020-11-19 16:36:01 +01:00
2020-02-25 23:08:52 +01:00
2020-07-19 13:04:51 +02:00