tracy/server
Bartosz Taudul a5b99b54c8 Allow specifying FileWrite compression level.
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-26 16:49:27 +02:00
..
IconsFontAwesome5.h Use helper header for icons. 2018-08-17 23:22:13 +02:00
tracy_flat_hash_map.hpp Force inline flat_hash_map find. 2018-04-30 03:09:50 +02:00
tracy_pdqsort.h Force inline internal pdqsort functions. 2017-12-08 23:25:48 +01:00
TracyBadVersion.cpp Add icons to error pop-ups. 2018-08-19 02:59:12 +02:00
TracyBadVersion.hpp Move bad version dialogs to a separate file. 2018-04-21 23:19:48 +02:00
TracyBuzzAnim.hpp Add simple animation controller. 2018-08-17 22:23:04 +02:00
TracyCharUtil.hpp Use flat hash map for string map. 2018-03-23 21:12:29 +01:00
TracyDecayValue.hpp Abstracted away one-frame-decay values. 2018-08-05 16:45:34 +02:00
TracyEvent.hpp Send crash report. 2018-08-20 02:23:55 +02:00
TracyFileHeader.hpp Try to not crash when opening invalid files. 2018-04-21 14:53:40 +02:00
TracyFileRead.hpp Parallelize file reading. 2018-05-03 17:56:43 +02:00
TracyFilesystem.hpp Add file existence check. 2018-08-17 13:35:33 +02:00
TracyFileWrite.hpp Allow specifying FileWrite compression level. 2018-08-26 16:49:27 +02:00
TracyImGui.hpp Centered text helper. 2018-08-17 23:07:58 +02:00
TracyMemory.cpp Remove +x flag from files. 2017-10-10 21:56:15 +02:00
TracyMemory.hpp Remove +x flag from files. 2017-10-10 21:56:15 +02:00
TracyPopcnt.hpp TracyCountBits should be static inline. 2017-11-11 02:46:41 +01:00
TracySlab.hpp Force inline common slab allocation paths. 2018-04-30 02:47:16 +02:00
TracyStringDiscovery.hpp Add strings to map directly in StringDiscovery. 2018-08-04 17:10:45 +02:00
TracyVarArray.hpp Make callstack hash less shitty. 2018-06-24 17:30:54 +02:00
TracyVector.hpp Declare Vector moves as noexcept. 2018-08-17 13:10:27 +02:00
TracyVersion.hpp Save/load crash information. 2018-08-20 02:27:24 +02:00
TracyView.cpp Remove display of found allocations count. 2018-08-25 15:07:23 +02:00
TracyView.hpp Call stack window may now display frame addresses. 2018-08-21 17:55:59 +02:00
TracyWorker.cpp Save/load crash information. 2018-08-20 02:27:24 +02:00
TracyWorker.hpp Display crash information in info window. 2018-08-20 02:23:55 +02:00