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-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-03-30Expose source file scan in update utility.Bartosz Taudul
2021-10-08Drop support for Cygwin.Bartosz Taudul
2021-05-15Add interface for frame images dict building.Bartosz Taudul
2020-07-17Allow stripping data from captures.Bartosz Taudul
2020-07-17Use getopt in the update utility.Bartosz Taudul
2020-06-20Fix build on macosSimonas Kazlauskas
It was broken by a110b420111ce02825fffaec29d08b5cc7b2168a. In addition, adjust the CI definition to test builds on macOS.
2020-02-12Handle FileReadError.Bartosz Taudul
2020-02-08Expose zstd in update utility.Bartosz Taudul
2020-02-08Display update utility elapsed time.Bartosz Taudul
2020-02-08Display compression ratio in update utility.Bartosz Taudul
2019-11-03Get 64-bit file size.Bartosz Taudul
2019-09-29Expose extreme compression level in update utility.Bartosz Taudul
2019-09-29Don't perform background tasks during trace upgrade.Bartosz Taudul
2019-09-29Add loading/saving messages to update utility.Bartosz Taudul
2019-08-12Handle legacy file versions.Bartosz Taudul
2019-03-13Wait for source location zones in update tool.Bartosz Taudul
Not really an issue, as it is build without full fledged statistics.
2019-02-17Fix printf type.Bartosz Taudul
2018-12-31Display dump file size change in the update utility.Bartosz Taudul
2018-08-26Allow specifying FileWrite compression level.Bartosz Taudul
Note that extreme compression level is not exposed in the update utility. % time update.exe long.tracy out.tracy long.tracy (0.3.201) -> out.tracy (0.3.204) update.exe long.tracy 0,00s user 0,00s system 0% cpu 13,464 total % time update.exe --hc long.tracy outhc.tracy long.tracy (0.3.201) -> outhc.tracy (0.3.204) update.exe --hc long.trac 0,00s user 0,00s system 0% cpu 3:46,23 total % ls -l long.tracy out* -rw-r--r-- 1 wolf Brak 1621546031 07-30 22:51 long.tracy -rw-r--r-- 1 wolf Brak 1621579467 08-26 16:44 out.tracy -rw-r--r-- 1 wolf Brak 1397610127 08-26 16:48 outhc.tracy
2018-08-26Add optional high compression mode to update utility.Bartosz Taudul
2018-07-29Display trace update summary.Bartosz Taudul
2018-07-08Add trace update utility.Bartosz Taudul
This tool will load a trace saved in previous version of tracy and save an up-to-date version of the file.