1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

70 Commits

Author SHA1 Message Date
Bartosz Taudul e0f813d9e9 Add support for Vsync capture on Linux. 2022-07-30 21:29:44 +02:00
Bartosz Taudul 91b002267e Emit dedicated Vsync frame messages. 2022-07-30 19:53:40 +02:00
Bartosz Taudul e86238642a Add dedicated frame Vsync queue message. 2022-07-30 19:50:42 +02:00
Bartosz Taudul 86bc2020cb Fix call to rpmalloc_thread_finalize in manual lifetime use-case. 2022-07-30 14:33:39 +02:00
Bartosz Taudul 52643fcd2a Compatibility fixes for rpmalloc. 2022-07-30 14:13:54 +02:00
Bartosz Taudul 45ba4f2390 Disable auto-cleanup in rpmalloc. 2022-07-30 13:35:44 +02:00
Bartosz Taudul 6be10b6122 Update rpmalloc to 1.4.4. 2022-07-30 13:29:57 +02:00
Bartosz Taudul f4b0654fcd Allow setting plot color in the configuration message. 2022-07-24 13:32:21 +02:00
Bartosz Taudul 3f51409389 Add step and fill parameters to plot configuration. 2022-07-24 13:05:01 +02:00
Bartosz Taudul 810f1573ac Use separate messages for transfer of different plot value types. 2022-07-24 13:00:36 +02:00
Bartosz Taudul a75846dd88 Do not try to demangle really long function names. 2022-07-23 12:37:00 +02:00
Bartosz Taudul d282425287 Fix demangle buffer. 2022-07-23 12:34:35 +02:00
Bartosz Taudul 7dc95bf3a8 Fix demangling of functions with names >64KB. 2022-07-20 01:21:43 +02:00
Bartosz Taudul f52ac31468 Do not duplicate code. 2022-07-20 01:06:12 +02:00
Bartosz Taudul a04f830962 Force inline string copy functions. 2022-07-20 01:04:59 +02:00
Bartosz Taudul 5e0eb7e26b Drop string copy length asserts.
These might now truncate data.
2022-07-20 01:03:06 +02:00
Bartosz Taudul 8ccfe93044 Apply 7409767 from libbacktrace. 2022-07-20 00:41:22 +02:00
Bartosz Taudul fca8a7707d Don't fail compilation on emscripten. 2022-07-19 15:49:29 +02:00
Bartosz Taudul 440d20b864 Don't transfer lock release thread id.
We already know which thread is holding the lock.
2022-07-18 01:56:09 +02:00
Bartosz Taudul 06c7984a16 Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00