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
2020-03-28Support call stacks longer than 255 entries.Bartosz Taudul
2020-02-29Use xxh3 for VarArray hashing.Bartosz Taudul
2020-01-28Use Martin Ankerl's robin hood unordered map.Bartosz Taudul
2019-11-03Use short ptr in VarArray.Bartosz Taudul
2019-03-04Mark templated functions inline.Bartosz Taudul
2019-03-03Add callstack frame identifier and the required plumbing.Bartosz Taudul
2019-03-03Move VarArray hash calculation to a separate function.Bartosz Taudul
2019-02-13Replace manual comparison with memcmp.Bartosz Taudul
2018-06-24Make callstack hash less shitty.Bartosz Taudul
2018-06-24Improve callstack payload hashing speed.Bartosz Taudul
2018-06-19Add variable sized const array.Bartosz Taudul