1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 15:11:01 +00:00
serenity/DevTools/ProfileViewer
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
main.cpp ProfileViewer: Make initial invert checkbox match initial tree view 2019-12-17 07:25:50 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Profile.cpp ProfileViewer: Ignore empty samples 2019-12-16 20:38:30 +01:00
Profile.h ProfileViewer: Add the ability to invert the profile tree 2019-12-16 18:26:24 +01:00
ProfileModel.cpp ProfileViewer: Show kernel frames with a red icon :^) 2019-12-14 16:16:53 +01:00
ProfileModel.h ProfileViewer: Show kernel frames with a red icon :^) 2019-12-14 16:16:53 +01:00
ProfileTimelineWidget.cpp ProfileViewer: Scale the sample columns by stack depth 2019-12-15 18:11:10 +01:00
ProfileTimelineWidget.h ProfileViewer: Allow filtering samples in a specific time range 2019-12-14 19:10:12 +01:00