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
2022-03-28Release 0.8.0.v0.8Bartosz Taudul
2022-03-19Merge pull request #344 from thedmd/callstack_table-clipboard_full_locationBartosz Taudul
2022-03-19In callstack table view, copy location with line to clipboard instead just lo...thedmd
2022-03-18Update robin_hood to 3.11.5.Bartosz Taudul
2022-03-18Set focus on input field when find zone window appears.Bartosz Taudul
2022-03-17Merge pull request #339 from voysys/fix-server-assertion-crashBartosz Taudul
2022-03-15Indicate currently selected annotation.Bartosz Taudul
2022-03-15Allow adding full-view annotations.Bartosz Taudul
2022-03-15Make the annotations list always accessible.Bartosz Taudul
2022-03-15Move adding annotations to a separate function.Bartosz Taudul
2022-03-15Add id to annotation description input box.Bartosz Taudul
2022-03-10Avoid accessing address 0 when reporting a failure.Thomas Bernard
2022-03-09Ignore uninitialized GPU contexts when rendering GPU eventsNiclas Olmenius
2022-03-03Implement going to parent zone in find zone window.Bartosz Taudul
2022-01-29Fix edge case triggered by mouse being out-of-window.Bartosz Taudul
2022-01-29Create GPU source location zones stats entry, if not present.Bartosz Taudul
2022-01-29Display GPU zone statistics.Bartosz Taudul
2022-01-29GPU source locations zones data accessor.Bartosz Taudul
2022-01-29Save source location data counts.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-29Add GPU statistics radio button.Bartosz Taudul
2022-01-29Collection of GPU statistics.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
2022-01-29Don't call SameLine() twice in a row.Bartosz Taudul
2022-01-29Unify comparison for accumulation mode combo box.Bartosz Taudul
2022-01-01Use TooltipIfHovered() where appropriate.Bartosz Taudul
2022-01-01Display unique node cost in trees.Bartosz Taudul
2022-01-01Tooltip shortcut function.Bartosz Taudul
2021-12-31Make the callstack parents trees scrollable.Bartosz Taudul
2021-12-31Allow time display in callstack parents trees.Bartosz Taudul
2021-12-31Add bottom/top tree to callstack parents.Bartosz Taudul
2021-12-30Round jump separation.Bartosz Taudul
2021-12-30Fix offset.Bartosz Taudul
2021-12-29Condense hw samples.Bartosz Taudul
2021-12-29Adjust jump arrow separation to DPI scale.Bartosz Taudul
2021-12-29Fix calculation of jump arrows offset.Bartosz Taudul
2021-12-24Display source location of symbol functions.Bartosz Taudul
2021-12-24Display child calls source locations.Bartosz Taudul
2021-12-24Fix referencing unknown symbol.Bartosz Taudul
2021-12-23Take rounding into consideration.Bartosz Taudul
2021-12-23Add Rembrandt cpuid.Bartosz Taudul
2021-12-23Add ADL cpuid.Bartosz Taudul
2021-12-23Reorder uarch list. Push old ones to the bottom.Bartosz Taudul
2021-12-23Add Alder Lake to uarch selection list.Bartosz Taudul
2021-12-23Add Alder Lake uops info.Bartosz Taudul
2021-12-22GetFontSize() -> GetTextLineHeight().Bartosz Taudul