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-03-14Initialize SourceLocationZones in-place.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-03Add missing const qualifiers.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
2019-03-03Pack/unpack frame pointer to callstack frame id.Bartosz Taudul
2019-03-03Add callstack frame identifier and the required plumbing.Bartosz Taudul
2019-02-28Handle discontinuous frame end mismatch failure.Bartosz Taudul
2019-02-22Process CPU usage reports.Bartosz Taudul
2019-02-17Don't decompress GpuZone threads while saving trace.Bartosz Taudul
2019-02-14Improve handling of post-load background jobs.Bartosz Taudul
2019-02-13Use Vector to store children data instead of std::vector.Bartosz Taudul
2019-02-13Preserve string length in string map.Bartosz Taudul
2019-02-10Allow zone name retrieval from source location.Bartosz Taudul
2019-01-24Add placeholder worker disconnect command.Bartosz Taudul
2019-01-23Calculate self min and max times of source location zones.Bartosz Taudul
2019-01-20Make it possible to store multiple frames at single frame address.Bartosz Taudul
2019-01-16Add ZoneText and ZoneName to the C API.Bartosz Taudul
2019-01-16Detect zone end without begin failure.Bartosz Taudul
2019-01-15Track memory alloc+free matching failures.Bartosz Taudul
2019-01-15Simplify failure detection code.Bartosz Taudul
2019-01-15Store failure reason strings in Worker.Bartosz Taudul
2019-01-15Gracefully store failure states.Bartosz Taudul
2019-01-15Perform zone stack validation.Bartosz Taudul
2019-01-15Process zone validation messages.Bartosz Taudul
2019-01-06Fix initialization of atomics.Bartosz Taudul
2019-01-06Track trace loading time.Bartosz Taudul
2019-01-06Init common Worker variables in header.Bartosz Taudul
2019-01-03Track separate time offset for GPU times.Bartosz Taudul
2018-12-31Store time deltas, instead of absolute time in trace dumps.Bartosz Taudul
2018-12-18Add support for matching source locations ignoring case.Bartosz Taudul
2018-12-16No-op processing of lock terminate events.Bartosz Taudul
2018-09-09Send protocol version to verify handshake.Bartosz Taudul
2018-09-01Proper way to get full frame count.Bartosz Taudul
2018-08-29Store explicit program name and capture time.Bartosz Taudul
2018-08-20Display crash information in info window.Bartosz Taudul
2018-08-20Send crash report.Bartosz Taudul
2018-08-20Allow crash event reporting.Bartosz Taudul
2018-08-19Display host info.Bartosz Taudul
2018-08-19Store host info.Bartosz Taudul
2018-08-14Display srcloc, callstack counts.Bartosz Taudul
2018-08-08Add lock, plot counts to worker.Bartosz Taudul
2018-08-05Add support for discontinuous frames.Bartosz Taudul
2018-08-04Add FrameData vector accessor.Bartosz Taudul
2018-08-04Handle frame name queries.Bartosz Taudul
2018-08-04Make getting start of time less cryptic.Bartosz Taudul
2018-08-04Multiple frame sets support.Bartosz Taudul
2018-08-04Use StringDiscovery for plots.Bartosz Taudul