mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fcf39956d7
Original commit message from CVS: * tests/.cvsignore: * tests/Makefile.am: * tests/mass_elements.c: (gst_get_current_time), (main): add simple benchmark to test various speeds of fakesrc ! identity ! identity ! ... ! fakesink. Usage: mass_elements [num_identities] [num_buffers] If not specified they default to 1000.
17 lines
332 B
Makefile
17 lines
332 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|