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
2021-03-10Handle memory double allocation failure.Bartosz Taudul
2021-02-07Use SortedVector for source location zones.Bartosz Taudul
2021-02-07Do postponed work only when needed.Bartosz Taudul
2021-02-07Revert to non-shared mutex for data lock.Bartosz Taudul
2021-02-04Last-resort source code transfer from client to server.Bartosz Taudul
2021-01-31Process GPU context name messages.Bartosz Taudul
2021-01-31Add executable time accessor.Bartosz Taudul
2021-01-31Save/load executable image mtime.Bartosz Taudul
2021-01-22Merge pull request #168 from jkriegshauser/improve-importBartosz Taudul
2021-01-22PR feedback: write the name into the tracy filejoshuakr
2021-01-22Fix for macOS buildjoshuakr
2021-01-22Imported Chrome traces bring over thread namesjoshuakr
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Process allocated source location GPU zones.Bartosz Taudul
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-10-02Ports are uint16_t.Bartosz Taudul
2020-09-30Process call stack frames during failure dispatch.Bartosz Taudul
2020-09-30Make symbol queries optional.Bartosz Taudul
2020-09-29Wait for failure callstack to be received.Bartosz Taudul
2020-09-29Set memory failure callstack.Bartosz Taudul
2020-09-29Default-initialize failure data struct.Bartosz Taudul
2020-09-29Don't keep two variables to track one thing.Bartosz Taudul
2020-09-29Handle new callstack ordering on server.Bartosz Taudul
2020-09-25Expose custom memory pools in the UI.Bartosz Taudul
2020-09-25Save/load custom memory types.Bartosz Taudul
2020-09-24Process named memory allocations.Bartosz Taudul
2020-09-24Prepare for handling multiple memory areas.Bartosz Taudul
2020-09-24Process memory name payload transfer.Bartosz Taudul
2020-09-07Use in-place merge to sort symbol data.Bartosz Taudul
2020-08-16Allow disabling code transfer.Bartosz Taudul
2020-08-13Show which symbols are available.Bartosz Taudul
2020-08-10Store instruction pointers in per-symbol sample data.Bartosz Taudul
2020-08-09Build per-symbol samples list during live capture.Bartosz Taudul
2020-08-07Add symbol samples accessor.Bartosz Taudul
2020-08-07Calculate per-symbol sample time list.Bartosz Taudul
2020-08-07Disable samples limit range until background job is done.Bartosz Taudul
2020-07-26No need for lean callstack sample message.Bartosz Taudul
2020-07-26No need for lean frame image message.Bartosz Taudul
2020-07-26Custom string data is no longer needed.Bartosz Taudul
2020-07-26Add second single string transfer.Bartosz Taudul
2020-07-26Send single string for messages.Bartosz Taudul
2020-07-26Send single string for zone text and name.Bartosz Taudul
2020-07-26Extract single string idx retrieval.Bartosz Taudul
2020-07-26Implement transport of single string data.Bartosz Taudul
2020-07-07Send Vulkan GPU calibration messages.Bartosz Taudul
2020-06-20Allow import of plots.Bartosz Taudul
2020-06-17Allow listing cached source files.Bartosz Taudul
2020-06-14Drop support for loading pre-0.6.0 traces.Bartosz Taudul
2020-05-31Handle merging inlined ghost zones.Bartosz Taudul
2020-05-31Extract ghost zone adding to a separate function.Bartosz Taudul