mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00

When you select a function in the profile tree, we will now display a per-instruction breakdown of aggregated samples in that function. This allows us to look much closer at what our code is doing! :^)
12 lines
201 B
Makefile
12 lines
201 B
Makefile
OBJS = \
|
|
DisassemblyModel.o \
|
|
Profile.o \
|
|
ProfileModel.o \
|
|
ProfileTimelineWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = ProfileViewer
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core X86
|
|
|
|
include ../../Makefile.common
|