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/test
AgeCommit message (Expand)Author
2022-08-16Fix test application flags.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-05-01Restrict debuginfod to Linux.Bartosz Taudul
2022-04-30Enable debuginfod in test application.Bartosz Taudul
2022-04-30Do not pass linker flags during compilation.Bartosz Taudul
2022-04-29Make test program data generation rate more sensible.Bartosz Taudul
2021-10-08Drop support for Cygwin.Bartosz Taudul
2021-07-25Update stb_image to 2.27.Bartosz Taudul
2020-09-24Custom allocator test.Bartosz Taudul
2020-08-13Don't sleep in test application's fibonacci thread.Bartosz Taudul
2020-07-31Update stb_image to 2.26.Bartosz Taudul
2020-05-13Downgrade test application C++ version to C++11.Bartosz Taudul
2020-05-13Check for shared mutex availability.Bartosz Taudul
2019-11-21Link with execinfo on FreeBSD.Bartosz Taudul
2019-09-21Allow easy adding of tracy flags in test application.Bartosz Taudul
2019-08-14SetThreadName() only works on the current thread.Bartosz Taudul
2019-06-13Add frame images to test application.Bartosz Taudul
2019-06-13Add test image.Bartosz Taudul
2019-01-20Function inlining test.Bartosz Taudul
2019-01-14Add deadlock test.Bartosz Taudul
2018-08-28Add thread that only allocates memory.Bartosz Taudul
2018-08-13Static initialization order test.Bartosz Taudul
2018-06-24Callstack capture timing test.Bartosz Taudul
2018-06-20More involved callstack frame description on linux.Bartosz Taudul
2018-06-20Callstack support needs the -rdynamic flag.Bartosz Taudul
2018-06-20Track memory allocations in test application.Bartosz Taudul
2018-06-20Overload operator new and delete in test.Bartosz Taudul
2018-06-19Link test executable with dbghelp under cygwin.Bartosz Taudul
2017-12-10Improve shared locks timing.Bartosz Taudul
2017-12-10Use shared lockable wrappers in test.Bartosz Taudul
2017-12-10Shared mutex test.Bartosz Taudul
2017-11-15Use new interface in test.Bartosz Taudul
2017-10-31C++11 is enough.Bartosz Taudul
2017-10-30No _GNU_SOURCE define in test application.Bartosz Taudul
2017-10-26Add recursive mutex test.Bartosz Taudul
2017-10-22Store TextData pointer as an index in array.Bartosz Taudul
2017-10-22Add depth test (fibonacci).Bartosz Taudul
2017-10-20Send messages in test application.Bartosz Taudul
2017-10-19Add plots to test application.Bartosz Taudul
2017-10-16Enable profiling in the test application.Bartosz Taudul
2017-10-16Move client/Tracy.hpp -> Tracy.hpp.Bartosz Taudul
2017-10-14Use TracyClient.cpp in test program.Bartosz Taudul
2017-10-08Add third locking thread to test application.Bartosz Taudul
2017-10-06Mark locks in test application.Bartosz Taudul
2017-10-04Use lockable wrapper in test program.Bartosz Taudul
2017-10-04Basic thread test setup.Bartosz Taudul
2017-09-23Add second scope test.Bartosz Taudul
2017-09-23Add _GNU_SOURCE define for pthread_[gs]etname_np on cygwin.Bartosz Taudul
2017-09-22Add simple test application.Bartosz Taudul