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-08-17Use signed number to calculate frame offset.Bartosz Taudul
2019-08-16Fix uninitialized variable.Bartosz Taudul
2019-08-16Also retrieve external thread names.Bartosz Taudul
2019-08-16Save/load external process names.Bartosz Taudul
2019-08-16Implement retrieval of external process names.Bartosz Taudul
2019-08-16Allow determining whether thread is local to profiled program.Bartosz Taudul
2019-08-16Save/load per-cpu context switches.Bartosz Taudul
2019-08-16Display count of per-cpu context switch data.Bartosz Taudul
2019-08-16Collect per-cpu context switch data.Bartosz Taudul
2019-08-16Fix loading old traces.Bartosz Taudul
2019-08-16Pack ContextSwitchData. Saves 3 bytes per context switch region.Bartosz Taudul
2019-08-16Pack time and thread in MemEvent.Bartosz Taudul
2019-08-15Fix skipping locks.Bartosz Taudul
2019-08-15Preserve magic time values when loading old traces.Bartosz Taudul
2019-08-15Hackfix for broken lock terminate times.Bartosz Taudul
2019-08-15Pack time and source location in LockEvent.Bartosz Taudul
2019-08-15Pack start time and srcloc together in ZoneEvent.Bartosz Taudul
2019-08-15Set initial time of old traces to 0.Bartosz Taudul
2019-08-15Store received timestamps offset to 0.Bartosz Taudul
2019-08-15Store srcloc identifiers using 16 bit.Bartosz Taudul
2019-08-15Drop support for ETC1 frame images.Bartosz Taudul
2019-08-14Cache context switch data queries.Bartosz Taudul
2019-08-14Calculate how long thread was in running time.Bartosz Taudul
2019-08-14Revert "Save one byte on ContextSwitchData."Bartosz Taudul
2019-08-14One more SetThreadName() to change.Bartosz Taudul
2019-08-13Save one byte on ContextSwitchData.Bartosz Taudul
2019-08-13Save/load context switch data.Bartosz Taudul
2019-08-13Implement skipping frame image data.Bartosz Taudul
2019-08-13Display number of context switch regions.Bartosz Taudul
2019-08-13Add context switch accessor.Bartosz Taudul
2019-08-13Store context switches.Bartosz Taudul
2019-08-13Drop support for CPU id queries.Bartosz Taudul
2019-08-12Serialize lock processing.Bartosz Taudul
2019-08-12Drop support for pre-0.4 traces.Bartosz Taudul
2019-08-03Cache last searched ThreadData.Bartosz Taudul
2019-08-02Track thread context.Bartosz Taudul
2019-08-02Proper handling of disconnect request.Bartosz Taudul
2019-07-19Move DXT1 index conversion to server.Bartosz Taudul
2019-07-12Save/load application info.Bartosz Taudul
2019-07-12Store app info messages.Bartosz Taudul
2019-06-27Switch to DXT1 textures in profiler utility.Bartosz Taudul
2019-06-27Add staging area for frame images.Bartosz Taudul
2019-06-27Compress frame images in a separate thread.Bartosz Taudul
2019-06-22Use proper type for buffer size comparison.Bartosz Taudul
2019-06-22Cosmetics.Bartosz Taudul
2019-06-22Ignore useless warnings.Bartosz Taudul
2019-06-21Insert frame mark at beginning of on-demand connection.Bartosz Taudul
2019-06-13Ignore memory free faults if running on apple.Bartosz Taudul
2019-06-12Frame image may need flipping.Bartosz Taudul
2019-06-12Store frame reference in frame images.Bartosz Taudul