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
2022-09-11Store syntax colors as 32-bit uints.Bartosz Taudul
2022-09-05Hide frame related information if no frame instrumentation.Bartosz Taudul
2022-09-04Remove VisData.Bartosz Taudul
2022-09-03Add function for highlighting a thread.Bartosz Taudul
2022-09-03Store View and Worker in TimelineController.Bartosz Taudul
2022-08-20Move vis data to timeline controller.Bartosz Taudul
2022-08-17Update font awesome and migrate to v6 headers.Bartosz Taudul
2022-08-15Push big font to source view.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-07-30Use common functionality to get frame set name.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-07-02Cleanup TracyView includes.Bartosz Taudul
2022-07-02Thread view adjustment is timeline handling.Bartosz Taudul
2022-07-02Also extract (and rename) timeline mouse handling.Bartosz Taudul
2022-07-02Extract ranges UI from View.Bartosz Taudul
2022-07-02Rename DrawZone* -> DrawTimeline*.Bartosz Taudul
2022-07-02Extract zone timeline rendering from View.Bartosz Taudul
2022-07-02Extract frames timeline UI from View.Bartosz Taudul
2022-07-02Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.Bartosz Taudul
2022-07-02DrawAllocList() is memory.Bartosz Taudul
2022-07-02Extract locks UI from View.Bartosz Taudul
2022-07-02Also extract timeline CPU data.Bartosz Taudul
2022-07-02Also move timeline samples.Bartosz Taudul
2022-07-02Extract messages UI from View.Bartosz Taudul
2022-07-02Move DrawHelpMarker to TracyImGui.hpp.Bartosz Taudul
2022-07-02Extract annotations UI from View.Bartosz Taudul
2022-07-02Extract samples UI from View.Bartosz Taudul
2022-07-02Wait stacks are context switches.Bartosz Taudul
2022-07-02Extract frame tree functionality from View.Bartosz Taudul
2022-07-02Extract connection state and notification area.Bartosz Taudul
2022-07-02Extract memory UI from View.Bartosz Taudul
2022-07-02Extract plot drawing from View.Bartosz Taudul
2022-07-02Extract frame overview UI from View.Bartosz Taudul
2022-07-02More utility extract.Bartosz Taudul
2022-07-02Zone tooltip is zone info.Bartosz Taudul
2022-07-02Split callstack UI from View.Bartosz Taudul
2022-07-02Extract CPU data UI from View.Bartosz Taudul
2022-07-02Extract trace info UI from View.Bartosz Taudul
2022-07-02Cosmetics.Bartosz Taudul
2022-07-02More find zones extraction.Bartosz Taudul
2022-07-02Extract statistics UI from View.Bartosz Taudul
2022-07-02Extract playback UI from View.Bartosz Taudul
2022-07-02Extract more utility functions.Bartosz Taudul
2022-07-02Extract compare UI from View.Bartosz Taudul
2022-07-02More navigation extraction.Bartosz Taudul
2022-07-02Extract context switch UI from View.Bartosz Taudul
2022-07-02Move zone info UI out of View.Bartosz Taudul
2022-07-02Extract options UI from View.Bartosz Taudul
2022-07-02Split View navigation functions.Bartosz Taudul
2022-07-02Extract common zone algorithms from View.Bartosz Taudul