Profiler (dumps to stdout for now)

This commit is contained in:
Emmanuel BENOîT 2017-10-01 11:37:04 +02:00
parent ba98b1e9eb
commit b5d7d3775b
7 changed files with 178 additions and 2 deletions

View file

@ -14,7 +14,8 @@ DEMO = \
texture.o \
rendertarget.o \
raymarcher.o \
bloom.o
bloom.o \
profiling.o
DEMO_DEPS = $(DEMO:%.o=.%.d)