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
2022-10-13Make sure source file data is properly tracked.Bartosz Taudul
2022-10-12Remove codeAddressToLocation map.Bartosz Taudul
2022-10-12Remove locationCodeAddressList map from Worker.Bartosz Taudul
2022-10-11Remove CodeLocation query and CodeInformation response.Bartosz Taudul
2022-09-05Implement checking if frames are in use.Bartosz Taudul
2022-08-03Using push/pop in all pragma pack pair to avoid potential padding bugsDaniel
2022-07-30Process Vsync frame messages.Bartosz Taudul
2022-07-24Use separate messages for transfer of different plot value types.Bartosz Taudul
2022-07-18Track locking thread on server side.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-06-22Subtract base time directly in TscTime().Bartosz Taudul
2022-05-02Symbol map is alway available.Bartosz Taudul
2022-05-01Pass symbol image name to CacheSource().Bartosz Taudul
2022-04-18Drop support for pre-0.7 traces.Bartosz Taudul
2022-04-01Add branch retirement state accessor.Bartosz Taudul
2022-04-01Remember if there is branch retirement data.Bartosz Taudul
2022-03-31Send priority queries before other queued up queries.Bartosz Taudul
2022-03-30Implement scanning for source files missing in cache.Bartosz Taudul
2022-03-30Extract source file caching functionality.Bartosz Taudul
2022-01-29GPU source locations zones data accessor.Bartosz Taudul
2022-01-29Add AreGpuSourceLocationZonesReady() query.Bartosz Taudul
2022-01-29Perform GPU statistics reconstruction.Bartosz Taudul
2022-01-29Add GPU mutable children accessor.Bartosz Taudul
2022-01-29GPU zone counting.Bartosz Taudul
2022-01-29GPU statistics data accessors.Bartosz Taudul
2022-01-29Add data structures for GPU statistics.Bartosz Taudul
2021-12-21Process explicit context switch callstack samples.Bartosz Taudul
2021-12-21Further split ProcessCallstackSampleImpl().Bartosz Taudul
2021-12-04Only identify samples when IdentifySamples is set.Bartosz Taudul
2021-11-27Extract callstack merging.Bartosz Taudul
2021-11-27Collect child sample addresses.Bartosz Taudul
2021-11-26No need to remember addresses of symbol code queries.Bartosz Taudul
2021-11-14Use table instead of map to track reentrant calls.Bartosz Taudul
2021-11-14Sort source location zones only when needed.Bartosz Taudul
2021-11-14Sort symbols list only when actually needed.Bartosz Taudul
2021-11-14Sort plot data only when needed (i.e. to draw).Bartosz Taudul
2021-11-13Context switch samples counting.Bartosz Taudul
2021-11-13Detect context switch callstack samples.Bartosz Taudul
2021-11-13Monitor when new context switch data is received.Bartosz Taudul
2021-11-13No need to pass time and callstack.Bartosz Taudul
2021-11-06Allow checking if thread is a fiber.Bartosz Taudul
2021-11-06Explicit tracking of fiber state in ThreadData.Bartosz Taudul
2021-11-04Allow direct switching from one fiber to another.Bartosz Taudul
2021-11-03Fiber name transport.Bartosz Taudul
2021-11-02Process fiber entry and leave events.Bartosz Taudul
2021-11-02Threads may be mapped to fibers.Bartosz Taudul
2021-11-02Add fiber failures.Bartosz Taudul
2021-11-02Store fiber state is ThreadData.Bartosz Taudul
2021-10-16Sample data inconsistency warning.Bartosz Taudul
2021-10-10Add context to zone text failures.Bartosz Taudul