Files @ 25ea5b51c17a
Branch filter:

Location: DistRen/src/tests/Makefile.am - annotation

LordOfWar
removed avg_render_time from distrenjob structure
removed time_remaining from distrenjob structure
removed percent_done from distrenjob structure
-- values that don't need to be calculated by the server

-added total_render_time to distrenjob structure
-changed finish_frame() to increase total_render_time by the time it took the frame to render
1
2
3
4
5
6
7
8
9
TESTS=check_execio check_asprintf
check_PROGRAMS=check_execio check_asprintf
check_execio_SOURCES = check_execio.c
check_execio_CFLAGS = @CHECK_CFLAGS@ -I$(top_builddir)/src/common
check_execio_LDADD = $(top_builddir)/src/common/libdistrencommon.la @CHECK_LIBS@

check_asprintf_SOURCES=check_asprintf.c
check_asprintf_CFLAGS=$(check_execio_CFLAGS)
check_asprintf_LDADD=$(check_execio_LDADD)