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
2017-10-30Enforce proper calling convention on x86.Bartosz Taudul
2017-10-30Manual collection of thread names on android.Bartosz Taudul
2017-10-30Disable rdtscp on android.Bartosz Taudul
2017-10-30Getting program name on android.Bartosz Taudul
2017-10-29Clobber ecx register.Bartosz Taudul
2017-10-29Add no-cpu GetTime() variant.Bartosz Taudul
2017-10-29Use 32-bit registers for rdtscp output.Bartosz Taudul
2017-10-24Lock counter also must be initialized early.Bartosz Taudul
2017-10-21Fix message literals.Bartosz Taudul
2017-10-20Force TLS block creation on cygwin before malloc.Bartosz Taudul
2017-10-19Initialize rpmalloc in profiler worker thread.Bartosz Taudul
2017-10-18Add TRACY_NO_EXIT macro.Bartosz Taudul
2017-10-18Manual allocation of socket memory.Bartosz Taudul
2017-10-18Move TracyAlloc.hpp to common. Use rpmalloc only if TRACY_ENABLE.Bartosz Taudul
2017-10-18Do not disable lz4 in debug builds.Bartosz Taudul
2017-10-18Rename DISABLE_LZ4 to TRACY_DISABLE_LZ4.Bartosz Taudul
2017-10-18Terminate connection handshake.Bartosz Taudul
2017-10-17Don't exit until all data is sent.Bartosz Taudul
2017-10-17Also no need to construct more than one welcome message.Bartosz Taudul
2017-10-17No need to get process name more than once.Bartosz Taudul
2017-10-17Transfer profiler initialization time.Bartosz Taudul
2017-10-17More precise profiler init end time measurement.Bartosz Taudul
2017-10-17Measure time of initialization start.Bartosz Taudul
2017-10-17Initialize tracy before anything else.Bartosz Taudul
2017-10-17One more type cast.Bartosz Taudul
2017-10-16Change TRACY_DISABLE to TRACY_ENABLE.Bartosz Taudul
2017-10-16Move client/Tracy.hpp -> Tracy.hpp.Bartosz Taudul
2017-10-16Always use ShouldExit() to determine if worker should exit.Bartosz Taudul
2017-10-16Use custom threading wrapper instead of std::thread.Bartosz Taudul
2017-10-16Add minimal thread class implementation.Bartosz Taudul
2017-10-16PAGE_SIZE is already defined in limits.h.Bartosz Taudul
2017-10-16Do not redefine assert macro.Bartosz Taudul
2017-10-16Silence some type mismatch warnings.Bartosz Taudul
2017-10-16Prevent clash of likely/unlikely with possible macros.Bartosz Taudul
2017-10-15String literal message transfer.Bartosz Taudul
2017-10-15Fix typo.Bartosz Taudul
2017-10-14Remove unused variable.Bartosz Taudul
2017-10-14Use standard c++ features.Bartosz Taudul
2017-10-14Don't include headers in a namespace.Bartosz Taudul
2017-10-14No need to init/destroy queue item memory.Bartosz Taudul
2017-10-14Preallocation size is in number of elements, not bytes.Bartosz Taudul
2017-10-14Missing include.Bartosz Taudul
2017-10-14Use rpmalloc in concurrentqueue.Bartosz Taudul
2017-10-14Use rpmalloc to allocate tracy client memory.Bartosz Taudul
2017-10-14Initialize rpmalloc.Bartosz Taudul
2017-10-14Wrap malloc/free.Bartosz Taudul
2017-10-14Wrap rpmalloc in tracy namespace.Bartosz Taudul
2017-10-14Add rpmalloc.Bartosz Taudul
2017-10-14Store messages.Bartosz Taudul
2017-10-14Allow sending text messages.Bartosz Taudul