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-03-27Source tooltip implementation.Bartosz Taudul
2021-03-27Store fixed-width font in View.Bartosz Taudul
2021-03-27Remove unneeded forward declarations.Bartosz Taudul
2021-02-07Remove obsolete GetZoneDepth() method.Bartosz Taudul
2020-12-09Use tables in CPU data view.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-11-18Add lost connection popup.Bartosz Taudul
2020-11-13Get available physical memory size in viewer.Bartosz Taudul
2020-11-01Cache statistics range-limited data.Bartosz Taudul
2020-10-06Use last range mode if no frames are available.Bartosz Taudul
2020-10-06Add memory pool selector to zone info window.Bartosz Taudul
2020-10-02Ports are uint16_t.Bartosz Taudul
2020-10-02Use int64_t for time.Bartosz Taudul
2020-09-25Expose custom memory pools in the UI.Bartosz Taudul
2020-09-12Decouple zoom level from tracking last events.Bartosz Taudul
2020-08-21Allow filtering sampling results by image name.Bartosz Taudul
2020-08-15Allow running specific tasks on main thread.Bartosz Taudul
2020-08-10Add range limit UI to symbol view.Bartosz Taudul
2020-08-05Fix vertical panning.Bartosz Taudul
2020-08-04Move Range, RangeSlim out of View.Bartosz Taudul
2020-08-04Allow performing range copies from one to another.Bartosz Taudul
2020-08-04Display zone range popup area.Bartosz Taudul
2020-08-04Extract range entry drawing.Bartosz Taudul
2020-08-04Add time range limit UI to statistics menu.Bartosz Taudul
2020-07-31Allow limiting find zone time range to a frame.Bartosz Taudul
2020-07-31Add time limit ranges window.Bartosz Taudul
2020-07-31Don't change time range limit when enabling it.Bartosz Taudul
2020-07-30Display thumbnail of current frame image in connection popup.Bartosz Taudul
2020-07-29Add missing operator.Bartosz Taudul
2020-07-29Dynamically adapt find zone results to range limit.Bartosz Taudul
2020-07-29Drag range boundary to change its span.Bartosz Taudul
2020-07-29Add range boundary highlight.Bartosz Taudul
2020-07-29Proper handling of mouse over timeline view.Bartosz Taudul
2020-07-28Extract find zone range data to a separate struct.Bartosz Taudul
2020-07-12Don't recalculate message list every frame.Bartosz Taudul
2020-07-12Move message line drawing to a separate function.Bartosz Taudul
2020-07-04Implement grouping zones by zone name.Bartosz Taudul
2020-06-10Set owner of file dialogs on windows.Bartosz Taudul
2020-05-30Allow display of symbol address in statistics view.Bartosz Taudul
2020-05-25Add zone child time getter with clamping to time range.Bartosz Taudul
2020-05-23Extend "first frame" time.Bartosz Taudul
2020-05-23Add crash popup.Bartosz Taudul
2020-05-10Add a function for showing sample parents.Bartosz Taudul
2020-05-08Force connection popup boolean should decay.Bartosz Taudul
2020-05-07Select microarchitecture basing on cpuid.Bartosz Taudul
2020-05-03Parametrize color highlighting.Bartosz Taudul
2020-05-03Separate thread context data getter.Bartosz Taudul