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
path: root/server
AgeCommit message (Expand)Author
2021-02-07Check source file validity against executable time.Bartosz Taudul
2021-02-04Last-resort source code transfer from client to server.Bartosz Taudul
2021-02-04Rename ParamPingback to more generic AckServerQueryNoop.Bartosz Taudul
2021-01-31Always show full symbol name in ghost zone popups.Bartosz Taudul
2021-01-31Display GPU context name in options menu.Bartosz Taudul
2021-01-31Display GPU context name in thread track labels.Bartosz Taudul
2021-01-31Save/load GPU context names.Bartosz Taudul
2021-01-31Process GPU context name messages.Bartosz Taudul
2021-01-31Display program build time.Bartosz Taudul
2021-01-31Add executable time accessor.Bartosz Taudul
2021-01-31Save/load executable image mtime.Bartosz Taudul
2021-01-31Cosmetics.Bartosz Taudul
2021-01-26Use proper capstone include path.Bartosz Taudul
2021-01-26Fix usage of deprecated stat64 on apple.Bartosz Taudul
2021-01-26Search in cache before issuing syscall.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-22Fix vertical padding of items in CPU data table.Bartosz Taudul
2021-01-22Imported Chrome traces bring over thread namesjoshuakr
2021-01-22Imported chrome traces show the file name in the title barjoshuakr
2021-01-22Fix typo.Bartosz Taudul
2021-01-22Set appropriate flags for CPU data table columns.Bartosz Taudul
2021-01-22Update pdqsort.Bartosz Taudul
2021-01-22Another ImGuiTableColumnFlags_WidthAuto fix.Bartosz Taudul
2021-01-16Support serial callstacks when processing GPU zones.Bartosz Taudul
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Process allocated source location GPU zones.Bartosz Taudul
2021-01-15Don't operate on short_ptr.Bartosz Taudul
2021-01-15Keep zone begin implementations together.Bartosz Taudul
2021-01-08Bump ImGui.Bartosz Taudul
2020-12-16Use tables for callstack sample parents.Bartosz Taudul
2020-12-16Use tables for call stack view.Bartosz Taudul
2020-12-15Use tables to list memory entries.Bartosz Taudul
2020-12-09Use tables in CPU data view.Bartosz Taudul
2020-12-09Use tables for sampled statistics menu.Bartosz Taudul
2020-12-09Find zones zone list fixes.Bartosz Taudul
2020-12-09Use tables for instrumented zones statistics.Bartosz Taudul
2020-12-09Use tables in find zone zones list.Bartosz Taudul
2020-12-08Remove unneeded variable.Bartosz Taudul
2020-12-08Allow hiding columns in some tables.Bartosz Taudul
2020-12-08Use tables in messages list.Bartosz Taudul
2020-12-08Remove table row backgrounds.Bartosz Taudul
2020-12-08Use tables for time distribution.Bartosz Taudul
2020-12-08Use tables in the failure callstack view.Bartosz Taudul
2020-12-08ImGui::BeginTable() is conditional.Bartosz Taudul
2020-12-08Use proper identifier.Bartosz Taudul
2020-12-08Limit table size to 14 elements.Bartosz Taudul
2020-12-08Use tables for message list in zone info window.Bartosz Taudul
2020-12-08Use tables for wait regions.Bartosz Taudul