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
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-04-29Make test program data generation rate more sensible.Bartosz Taudul
2020-09-24Custom allocator test.Bartosz Taudul
2020-08-13Don't sleep in test application's fibonacci thread.Bartosz Taudul
2020-05-13Check for shared mutex availability.Bartosz Taudul
2019-08-14SetThreadName() only works on the current thread.Bartosz Taudul
2019-06-13Add frame images to test application.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-20Track memory allocations in test application.Bartosz Taudul
2018-06-20Overload operator new and delete in test.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-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-16Move client/Tracy.hpp -> Tracy.hpp.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-22Add simple test application.Bartosz Taudul