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
2019-03-24Mirror thread data in a reorderable vector.Bartosz Taudul
2019-03-20Use common access-and-insert pattern for VisData.Bartosz Taudul
2019-03-18Pass nspx to zone drawing functions.Bartosz Taudul
2019-03-17Animate plot ranges.Bartosz Taudul
2019-03-17Allocation times may be displayed relative to zone start.Bartosz Taudul
2019-03-17Allow custom time offset in memory allocation list.Bartosz Taudul
2019-03-17Allow retrieval of zone's thread data.Bartosz Taudul
2019-03-09Allow opening source file view from statistics menu.Bartosz Taudul
2019-02-27Special mode for callstack grouping in find zone menu.Bartosz Taudul
2019-02-27Make small callstack button tooltip optional.Bartosz Taudul
2019-02-24Zoom-to-range for lock labels.Bartosz Taudul
2019-02-23Hide tracks that don't have anything to display.Bartosz Taudul
2019-02-22Proper formatting of plot values.Bartosz Taudul
2019-02-21Animate thread position and height.Bartosz Taudul
2019-02-21Merge visibility and show full options into one struct.Bartosz Taudul
2019-02-21Improve zooming animation.Bartosz Taudul
2019-02-17Move drawing lock header to a separate function.Bartosz Taudul
2019-02-17Highlight selected/hovered lock.Bartosz Taudul
2019-02-14GPU child zones time getter.Bartosz Taudul
2019-02-10Add children locations grouping button.Bartosz Taudul
2019-02-07CleanupDedmen Miller
2019-02-07Added sorting for findZone zonelistDedmen Miller
2019-02-07Grouping by function names is a more sane default.Bartosz Taudul
2019-02-06Add function name grouping controls.Bartosz Taudul
2019-02-06Add top-down call stack memory tree.Bartosz Taudul
2019-02-06Move call stack paths calculation to a separate function.Bartosz Taudul
2019-01-30Allow sorting find zone groups by mean time per call.Bartosz Taudul
2019-01-23Add "self time" checkbox to find zone menu.Bartosz Taudul
2019-01-23Fast version of zone child time getter.Bartosz Taudul
2019-01-23Add zone child time getter.Bartosz Taudul
2019-01-08Last time is stored in worker.Bartosz Taudul
2019-01-06Add support for notification text in View.Bartosz Taudul
2018-12-22Add support for handling keyboard shortcuts.Bartosz Taudul
2018-12-22Move initialization of View values to header.Bartosz Taudul
2018-12-21Allow hiding "[unknown frames]" entries.Bartosz Taudul
2018-12-18Mirror find zone menu changes in compare menu.Bartosz Taudul
2018-12-18Add "ignore case" toggle to find zone menu.Bartosz Taudul
2018-12-16Add basic lock info window.Bartosz Taudul
2018-11-25Allow discarding active trace.Bartosz Taudul
2018-10-21Add "go to frame" functionality.Bartosz Taudul
2018-10-21Don't track last frames in offline mode.Bartosz Taudul
2018-09-28The underlying vector might be reallocated.Bartosz Taudul
2018-09-28Add allocations list window.Bartosz Taudul
2018-09-28Build list of allocations in a given call stack tree entry.Bartosz Taudul
2018-09-18Display locks source locations in options locks list.Bartosz Taudul
2018-09-03Calculate compare traces average, median.Bartosz Taudul
2018-09-03Properly initialize sortedNum in find zone.Bartosz Taudul
2018-09-02Allow disabling average, median markers on frame set histogram.Bartosz Taudul
2018-09-02Find zone groups are now by default sorted by count.Bartosz Taudul
2018-09-02Properly reset state when switching matched source locations.Bartosz Taudul