1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
xavier c869b1bf5a 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 20:57:39 +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