tracy/public
Dennis Brakhane 81d7e9d765 only use first 255 characters of source location
When a Lua script was loaded through loadstring, dbg.source is the whole
source code; this not only causes a lot of unnecessary data to be sent,
it can even crash Tracy if the source string is larger than 64 KB.

Therefore, use the short version which is never more than 255 characters.
2024-08-10 14:47:04 +02:00
..
client remove constexpr from GetSamplingInterval 2024-08-08 22:22:52 -07:00
common Add fiber enter API with group hint. 2024-08-04 00:08:18 +02:00
libbacktrace libbacktrace: update elf.cpp 2024-07-01 02:20:56 +09:00
tracy only use first 255 characters of source location 2024-08-10 14:47:04 +02:00
TracyClient.cpp Add linux kernel symbol code retrieval. 2024-05-26 20:49:43 +02:00