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-10-10Add zone value failure context.Bartosz Taudul
2021-10-10Separate zone value and text failures.Bartosz Taudul
2021-06-21Add non-reentrant stats to SourceLocationZonesTerence Rokop
2021-06-21Keep track of zone appearances on thread stacksTerence Rokop
2021-06-20Calculate all CPU usage values in one go.Bartosz Taudul
2021-06-19Add inline symbols map accessors.Bartosz Taudul
2021-06-19Create code address -> symbol map.Bartosz Taudul
2021-06-15Extract callstack sample processing implementation.Bartosz Taudul
2021-06-15Read combine samples flag on server.Bartosz Taudul
2021-06-04Allow range-limiting hardware samples.Bartosz Taudul
2021-05-20Process additional hardware sample data.Bartosz Taudul
2021-05-20Differentiate hw samples from code addresses.Bartosz Taudul
2021-05-20Add hardware samples accessors.Bartosz Taudul
2021-05-20Collect hardware sample data.Bartosz Taudul
2021-05-19Add no-op dispatch of HW samples.Bartosz Taudul
2021-05-15Add interface for frame images dict building.Bartosz Taudul
2021-05-11Parse custom location tags.Bartosz Taudul
2021-04-18Add no-statistics guards.Bartosz Taudul
2021-04-18Add child samples count getters.Bartosz Taudul
2021-04-18Add child samples data structure.Bartosz Taudul
2021-04-01Allow checking if disconnect was requested.Bartosz Taudul
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