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-16Also retrieve external thread 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-16CPU data accessor.Bartosz Taudul
2019-08-16Collect per-cpu context switch data.Bartosz Taudul
2019-08-15Remove redundant GetTimeBegin().Bartosz Taudul
2019-08-15Pack start time and srcloc together in ZoneEvent.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-14Allow checking if context switch data is available.Bartosz Taudul
2019-08-14Cache context switch data queries.Bartosz Taudul
2019-08-13Save/load context switch 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-12Handle legacy file versions.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-12Display application info in info window.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-22Allow only 2^32-1 frame images.Bartosz Taudul
2019-06-22Cosmetics.Bartosz Taudul
2019-06-13Ignore memory free faults if running on apple.Bartosz Taudul
2019-06-12Add frame images vector accessor.Bartosz Taudul
2019-06-09Allow sending immediate termination query from server.Bartosz Taudul
2019-06-09Handle frame image instrumentation failures.Bartosz Taudul
2019-06-08Compress frame images using LZ4.Bartosz Taudul
2019-06-07Show loading progress of frame images.Bartosz Taudul
2019-06-07Display number of frame images in a trace.Bartosz Taudul
2019-06-07Save/load frame images.Bartosz Taudul
2019-06-06Add frame image accessor.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-27Fix atomics initialization.Bartosz Taudul
2019-05-10Transfer of colored messages.Bartosz Taudul
2019-04-01Store send queue size in mbps block.Bartosz Taudul
2019-04-01Add server query queue.Bartosz Taudul
2019-04-01Define server query packet.Bartosz Taudul
2019-03-27Add zone vector cache.Bartosz Taudul
2019-03-26Consistent variable naming.Bartosz Taudul
2019-03-16Store lock map as flat_hash_map with pointer values.Bartosz Taudul
2019-03-14Optimize calculation of standard deviation.Bartosz Taudul