aboutsummaryrefslogtreecommitdiffhomepage
path: root/trace_profile/vtune/Makefile
blob: 694e4532d546f6cb494b90cdaba467b24d894340 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
VTUNE ?= /opt/intel/oneapi/vtune/latest

main: main.c
	gcc -o $@ $^ -I$(VTUNE)/include -L$(VTUNE)/lib64 -littnotify

vtune: main
	$(VTUNE)/bin64/vtune -collect hotspots -start-paused -- ./main

clean:
	$(RM) main
	$(RM) -r r*hs