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 (Collapse)Author
2022-08-03Using push/pop in all pragma pack pair to avoid potential padding bugsDaniel
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2021-12-01Update xxHash to 0.8.1.Bartosz Taudul
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
ska::flat_hash_map has bugs and its development is dead.
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