summaryrefslogtreecommitdiff
path: root/DevTools/ProfileViewer
AgeCommit message (Expand)Author
2020-02-02ProfileViewer: Only show live allocations by defaultAndreas Kling
2020-02-02ProfileViewer: Add basic support for loading "perfcore" filesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-19Kernel: Let's say that everything < 3GB is user virtual memoryAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02ProfileViewer: Interpret addresses >= 0xc0000000 as kernel framesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-17ProfileViewer: Make initial invert checkbox match initial tree viewOhad Rau
2019-12-16ProfileViewer: Ignore empty samplesAndreas Kling
2019-12-16ProfileViewer: Add the ability to invert the profile treeAndreas Kling
2019-12-15ProfileViewer: Add a basic menu bar to make it look properAndreas Kling
2019-12-15ProfileViewer: Scale the sample columns by stack depthAndreas Kling
2019-12-15ProfileViewer: Convert the JSON samples into a more efficient formatAndreas Kling
2019-12-15ProfileViewer: Fix copy-paste error :^)gla3dr
2019-12-14ProfileViewer: Precompute the timestamp and "in kernel?" per sampleAndreas Kling
2019-12-14ProfileViewer: Allow filtering samples in a specific time rangeAndreas Kling
2019-12-14ProfileViewer: Add a timeline widget for a visual view of the profileAndreas Kling
2019-12-14ProfileViewer: Show kernel frames with a red icon :^)Andreas Kling
2019-12-13ProfileViewer: Use the new multi-column tree model support in GTreeViewAndreas Kling
2019-12-12ProfileViewer: Make sure ProfileNodes have the correct parent pointerAndreas Kling
2019-12-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling