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
2019-06-09Release zone id stack.Bartosz Taudul
2019-06-09Send server termination query on server disconnect.Bartosz Taudul
2019-06-09Allow sending immediate termination query from server.Bartosz Taudul
2019-06-09Ignore invalid frame images in on-demand mode.Bartosz Taudul
2019-06-09Handle frame image instrumentation failures.Bartosz Taudul
2019-06-08Compress frame images using LZ4.Bartosz Taudul
2019-06-07Assign frame image to the correct frame (including offset).Bartosz Taudul
2019-06-07Frame images are now ETC1 compressed.Bartosz Taudul
2019-06-07Show loading progress of frame images.Bartosz Taudul
2019-06-07Save/load frame images.Bartosz Taudul
2019-06-06Use proper index.Bartosz Taudul
2019-06-06Add frame image accessor.Bartosz Taudul
2019-06-06Add frame image index to frame data.Bartosz Taudul
2019-06-06Frame image transfer prototype.Bartosz Taudul
2019-06-02Track status of worker background tasks.Bartosz Taudul
2019-05-28Use std::shared_mutex for locking worker access.Bartosz Taudul
2019-05-12Track lock contention status.Bartosz Taudul
2019-05-12Typo.Bartosz Taudul
2019-05-10Save message color data in trace dumps.Bartosz Taudul
2019-05-10Store color in message data.Bartosz Taudul
2019-05-10Cosmetics.Bartosz Taudul
2019-05-10Transfer of colored messages.Bartosz Taudul
2019-04-01Store send queue size in mbps block.Bartosz Taudul
2019-04-01Put queries into queue if send buffer is full.Bartosz Taudul
2019-04-01Track space left in send buffer.Bartosz Taudul
2019-04-01Add server query queue.Bartosz Taudul
2019-04-01Define server query packet.Bartosz Taudul
2019-03-27Store total number of CPU and GPU zones in trace.Bartosz Taudul
2019-03-27Use custom vector swap.Bartosz Taudul
2019-03-27Add zone vector cache.Bartosz Taudul
2019-03-26Consistent variable naming.Bartosz Taudul
2019-03-26Fix loading old traces when skipping locks.Bartosz Taudul
2019-03-21Don't fail when timer accuracy is low.Bartosz Taudul
2019-03-16Remove double indirection in GetNextLockEvent().Bartosz Taudul
2019-03-16Update lock ranges when loading trace.Bartosz Taudul
2019-03-16Update thread time range on lock event insert.Bartosz Taudul
2019-03-16Load lock event time to a variable.Bartosz Taudul
2019-03-16Store lock map as flat_hash_map with pointer values.Bartosz Taudul
2019-03-15Fix skipping plots in version >= 0.4.5.Bartosz Taudul
2019-03-14Optimize calculation of standard deviation.Bartosz Taudul
2019-03-14Don't search for thread for empty timelines.Bartosz Taudul
2019-03-13Offload timeline statistics update to a background thread.Bartosz Taudul
2019-03-07Properly restore threadMap.Bartosz Taudul
2019-03-07Don't pre-fill threadExpand, if not needed.Bartosz Taudul
2019-03-05Merge native callstack with the allocated one.Bartosz Taudul
2019-03-05Only one callstack may be in-flight at any time.Bartosz Taudul
2019-03-05Separate processing for allocated callstacks.Bartosz Taudul
2019-03-03Separate message for zone begin with alloc src loc and callstack.Bartosz Taudul
2019-03-03Store callstack alloc payloads.Bartosz Taudul
2019-03-03Replace frame pointers with callstack frame ids.Bartosz Taudul