mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Frame profiler
gamedevgamedev-librarygamedevelopmentlibraryperformanceperformance-analysisprofilerprofilingprofiling-library
1ea61c2f2c
This greatly reduces required network bandwidth, which in effect speeds up queue processing. Time to process a single event queue item: | Raw data | With LZ4 | ------+----------+----------+ Deque | 6.86 ns | 6.7 ns | Pack | 4.03 ns | 4.0 ns | LZ4 | --- | 21.6 ns | Send | 214.5 ns | 5.2 ns | ------+----------+----------+ Total | 225.4 ns | 37.58 ns | |
||
---|---|---|
client | ||
common | ||
.gitignore |