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-08-16Draw per-CPU global context switch data.Bartosz Taudul
2019-08-16Add small font.Bartosz Taudul
2019-08-15Store srcloc identifiers using 16 bit.Bartosz Taudul
2019-08-14Fix time range reset condition.Bartosz Taudul
2019-08-14Add option to display running time in find zone menu.Bartosz Taudul
2019-08-14Support dynamic recalculation of min, max and total time.Bartosz Taudul
2019-08-14Display list of regions where thread was waiting.Bartosz Taudul
2019-08-14Add interface for calculation zone running time.Bartosz Taudul
2019-08-13Add context switch tooltips.Bartosz Taudul
2019-08-13Allow disabling context switch drawing.Bartosz Taudul
2019-08-13Improve context switches drawing.Bartosz Taudul
2019-08-13Very bad context switch visualization.Bartosz Taudul
2019-08-12Rework processing bad files.Bartosz Taudul
2019-08-10Better way to handle auto scrolling.Bartosz Taudul
2019-08-02Proper handling of disconnect request.Bartosz Taudul
2019-07-31Also display number of visible messages.Bartosz Taudul
2019-07-27Load second trace user data in compare menu.Bartosz Taudul
2019-07-27Add user data storage handler.Bartosz Taudul
2019-07-24Workaround scroll-to-message regression.Bartosz Taudul
2019-07-19Add optional 2x zoom to frame images playback.Bartosz Taudul
2019-07-13Add message filtering.Bartosz Taudul
2019-07-13Auto-scroll message list to bottom.Bartosz Taudul
2019-07-12Pass big font to TracyView.Bartosz Taudul
2019-07-11Reorder threads by drag and drop.Bartosz Taudul
2019-06-26Remove CPU migration highlight for zones.Bartosz Taudul
2019-06-26Extract crash tooltip to a separate function.Bartosz Taudul
2019-06-22Allow switching whitespace visibility in source code view.Bartosz Taudul
2019-06-22Use proper type for srcloc highlight decay value.Bartosz Taudul
2019-06-18Implement outliers cutoff in compare menu.Bartosz Taudul
2019-06-18Normalize values during compare by default.Bartosz Taudul
2019-06-17Add hovered frame markers on histogram.Bartosz Taudul
2019-06-17Add outlier removal to frame time histogram.Bartosz Taudul
2019-06-16Track currently hovered zone.Bartosz Taudul
2019-06-16Don't recalculate histogram bins every frame.Bartosz Taudul
2019-06-16Add "minimum values in bin" parameter to histogram.Bartosz Taudul
2019-06-13Rewrite playback logic.Bartosz Taudul
2019-06-12Add frame images playback window.Bartosz Taudul
2019-06-07Delay creation of frame image texture.Bartosz Taudul
2019-06-07Actually set current texture pointer.Bartosz Taudul
2019-06-06Show frame images in frame tooltips.Bartosz Taudul
2019-06-02Implement linked selection in compare menu.Bartosz Taudul
2019-06-02Save thread state should be atomic.Bartosz Taudul
2019-06-02Switch default namespace display to "short".Bartosz Taudul
2019-05-28Move saving trace dump to a separate thread.Bartosz Taudul
2019-05-19Don't allocate memory for empty pages in memory map.Bartosz Taudul
2019-05-09Allow restricting call stack frame tree to active allocations.Bartosz Taudul
2019-04-27Allow limiting frame stats to visible frames.Bartosz Taudul
2019-04-03Replace linear search with hash lookup.Bartosz Taudul
2019-03-30Store two entries in zone self time cache.Bartosz Taudul
2019-03-30Cache zone self times.Bartosz Taudul