Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-10Implement callstack serialization.Bartosz Taudul
2021-10-10Support serialized queue for Lua messages.Bartosz Taudul
2021-10-09Use possibly-synchronous macros for Lua zones.Bartosz Taudul
2021-10-09Keep Lua zone insertion time to a minimum.Bartosz Taudul
2020-09-29Send callstacks before sending events they belong to.Bartosz Taudul
2020-07-26No need for lean callstack alloc message.Bartosz Taudul
2020-07-21Preserve messages size.Bartosz Taudul
2020-07-21Preserve zone text, zone name string length.Bartosz Taudul
2020-07-21Use proper size for spaceNeeded.Bartosz Taudul
2020-07-05Reduce memory requirements of allocated call stacks.Bartosz Taudul
2020-05-19Harden against uninitialized rpmalloc.Bartosz Taudul
2020-01-19Hide async queue setup/commit behind macros.Bartosz Taudul
2019-12-06Extract source location allocation functionality.Bartosz Taudul
2019-11-15Use default zone coloring for Lua zones.Bartosz Taudul
2019-08-13Drop support for CPU id queries.Bartosz Taudul
2019-07-30Fill in thread id during dequeue, not during enqueue.Bartosz Taudul
2019-07-29Queue must be always able to alloc.Bartosz Taudul
2019-06-24Move TLS accesses close together.Bartosz Taudul
2019-06-07Clean up imported functions in multi-dll projects.Rokas Kupstys
2019-03-05Correct parameter number.Bartosz Taudul
2019-03-05Don't send lua callstacks if platform doesn't support callstacks.Bartosz Taudul
2019-03-05Force inline SendLuaCallstack().Bartosz Taudul
2019-03-05Send native callstack along with allocated callstack.Bartosz Taudul
2019-03-03Separate message for zone begin with alloc src loc and callstack.Bartosz Taudul
2019-03-03Lua callstack sending.Bartosz Taudul
2019-02-19Hide rest of statics.Bartosz Taudul
2019-02-19Prevent direct access to s_profiler.Bartosz Taudul
2019-02-19Disallow direct access to s_token.Bartosz Taudul
2018-08-22Explicitly cast size_t to uint32_t.Bartosz Taudul
2018-07-13Fix lua zone state init.Bartosz Taudul
2018-07-13Wrap concurrentqueue in tracy namespaceArvid Gerstmann
2018-07-12Implement on-demand Lua zone capture.Bartosz Taudul
2018-07-10Disable all tracing if TRACY_ON_DEMAND is defined.Bartosz Taudul
2018-06-29Custom per-zone name transfer.Bartosz Taudul
2018-06-29Fix one more copy paste error.Bartosz Taudul
2018-04-27Properly separate HW timer from MSVC rdtscp optimization.Bartosz Taudul
2018-04-26s/TRACY_RDTSCP_SUPPORTED/TRACY_HW_TIMER/Bartosz Taudul
2018-03-31Harden client code against unaligned memory access.Bartosz Taudul
2017-11-25Use named colors.Bartosz Taudul
2017-11-25Colors are always in RGB order.Bartosz Taudul
2017-11-15Fix typo.Bartosz Taudul
2017-11-15Support transfer of zone name in source location payload.Bartosz Taudul
2017-11-15Fix typo.Bartosz Taudul
2017-11-15Don't send source location pointer in query reply.Bartosz Taudul
2017-11-11Support for setting zone names in lua.Bartosz Taudul
2017-11-09Add a note about header requirements.Bartosz Taudul
2017-11-07Lua zone text.Bartosz Taudul
2017-11-07Lua message sending.Bartosz Taudul
2017-11-06Fix enabled/disabled includes.Bartosz Taudul
2017-11-06Fix typo.Bartosz Taudul