added "tthi_dtime" profiling helper

This commit is contained in:
tTh
2024-08-15 12:08:37 +02:00
parent a01eebd240
commit 8a163578ad
3 changed files with 70 additions and 30 deletions

View File

@@ -64,6 +64,7 @@ extractbits.o: extractbits.c $(DEPS)
filtadapt.o: filtadapt.c $(DEPS)
filtres.o: filtres.c $(DEPS)
falsecolors.o: falsecolors.c $(DEPS)
functions.o: functions.c $(DEPS) # new Aug 15, 2024
gadgrect.o: gadgrect.c $(DEPS)
glitch.o: glitch.c $(DEPS)
@@ -153,6 +154,7 @@ OBJECTS = 7seg.o \
doublesz.o drawalpha.o drawing.o drawpatt.o \
effects.o effects2.o effects3.o extractbits.o \
filtadapt.o filtres.o falsecolors.o \
functions.o \
gadgrect.o glitch.o gradient.o \
halfsize.o \
image.o imprime.o \