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
path: root/client
AgeCommit message (Expand)Author
2021-03-08Make {Startup,Shutdown}Profiler() signatures consistent.Bartosz Taudul
2021-02-27Fix sending GPU context name in on-demand mode.Bartosz Taudul
2021-02-16Merge pull request #178 from sideeffects/masterBartosz Taudul
2021-02-13Add IsActive accessor to ScopedZone.John Lynch
2021-02-11Apparently program_invocation_short_name may be not defined.Bartosz Taudul
2021-02-10Reuse existing variable.Bartosz Taudul
2021-02-07Fix type in comparison.Bartosz Taudul
2021-02-07Preserve valid order of server query acknowledgements.Bartosz Taudul
2021-02-07Include SIGABRT in crash handling.Bartosz Taudul
2021-02-04Last-resort source code transfer from client to server.Bartosz Taudul
2021-02-04Move server query acknowledgement to a separate function.Bartosz Taudul
2021-02-04Rename ParamPingback to more generic AckServerQueryNoop.Bartosz Taudul
2021-02-01Android applications spawn through a common executable.Bartosz Taudul
2021-01-31Executable path discovery on BSDs.Bartosz Taudul
2021-01-31Get process executable path on macos.Bartosz Taudul
2021-01-31Add GPU context name transfer to the protocol.Bartosz Taudul
2021-01-31Send executable mtime in welcome message.Bartosz Taudul
2021-01-31Check mtime of profiled executable.Bartosz Taudul
2021-01-31Implement getting process executable path.Bartosz Taudul
2021-01-29Fix timer setup for fallback timer.Bartosz Taudul
2021-01-28Add a define for fallback timer usage.Bartosz Taudul
2021-01-28Cosmetics.Bartosz Taudul
2021-01-27Init rpmalloc thread-local data when sending messages.Bartosz Taudul
2021-01-16Support queuing serial items with callstack.Bartosz Taudul
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Add transient OpenGL zones.Bartosz Taudul
2020-12-27Mark rprealloc as a part of Tracy API.Bartosz Taudul
2020-12-26Expose rpmalloc init/finalize functions.Bartosz Taudul
2020-12-26Add missing include.Bartosz Taudul
2020-12-21Manually initialize GUID structs.Bartosz Taudul
2020-12-21Check return value of EnableTraceEx2().Bartosz Taudul
2020-12-16Broadcast to localhost if listening only on localhost.Bartosz Taudul
2020-12-08Fix switch for memory free.AWoloszyn
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-11-26Fix shutdown with TRACY_NO_EXIT=1 on Android. (#134)bjacob
2020-11-23fix condition in LookUpMapping, and some cosmetic fixesBenoit Jacob
2020-11-22remove some useless inline keywordsBenoit Jacob
2020-11-21Ensure that mappings have read permission before decoding symbols and reading...bjacob
2020-11-19Merge pull request #128 from philix/int_fixesBartosz Taudul
2020-11-19Fix integer type warningsFelipe Oliveira Carvalho
2020-11-19Improve parsing of kernel tracing data.Bartosz Taudul
2020-11-17Fix sampling on Android with default `su` command. (#123)bjacob
2020-11-15Support memory pools in the C API.Bartosz Taudul
2020-11-06Allow disabling call stack sampling.Bartosz Taudul
2020-11-06Allow disabling context switch tracing.Bartosz Taudul
2020-11-06Allow disabling vsync capture.Bartosz Taudul
2020-10-30Remove trailing whitespace.Bartosz Taudul
2020-10-30Remove pre-C++11 compat macros from concurrentqueue.Bartosz Taudul
2020-10-28Add support for user-provided dbghelp locks.Bartosz Taudul
2020-10-06Test whole call stack for non-canonical pointers.Bartosz Taudul