ladybird/DevTools/ProfileViewer
Andreas Kling 9150be4716 ProfileViewer: Make sure ProfileNodes have the correct parent pointer
We were forgetting to call ProfileNode::add_child() which is how the
parent node pointer gets set. This fixes the weird looking GTreeView.
2019-12-12 22:51:08 +01:00
..
main.cpp ProfileViewer: Begin work on a visualization tool for profiles :^) 2019-12-12 22:01:06 +01:00
Makefile ProfileViewer: Begin work on a visualization tool for profiles :^) 2019-12-12 22:01:06 +01:00
Profile.cpp ProfileViewer: Make sure ProfileNodes have the correct parent pointer 2019-12-12 22:51:08 +01:00
Profile.h ProfileViewer: Make sure ProfileNodes have the correct parent pointer 2019-12-12 22:51:08 +01:00
ProfileModel.cpp ProfileViewer: Make sure ProfileNodes have the correct parent pointer 2019-12-12 22:51:08 +01:00
ProfileModel.h ProfileViewer: Begin work on a visualization tool for profiles :^) 2019-12-12 22:01:06 +01:00