tests/instantiate/: Add test to test speed of caps copy and free.
authorAndy Wingo <wingo@pobox.com>
Thu, 31 Mar 2005 15:00:11 +0000 (15:00 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 31 Mar 2005 15:00:11 +0000 (15:00 +0000)
commit123bfb04b36e365ea127e9500b5e350271229526
tree647a13dc952a186f7cf2e0d7e7ef96199973a335
parent96d17a3410b760d27869eb568608845a8cc408e7
tests/instantiate/: Add test to test speed of caps copy and free.

Original commit message from CVS:
2005-03-31  Andy Wingo  <wingo@pobox.com>

* tests/instantiate/Makefile.am:
* tests/instantiate/caps.c: Add test to test speed of caps copy
and free.

* tests/memchunk/gmemchunktest.c (main): Use alloc only on the
GMemChunk to be fair.

* gst/gsttrashstack.h: Remove warning about using the fallback
trash stack implementation, it's still faster than malloc.
ChangeLog
gst/gsttrashstack.h
tests/benchmarks/caps.c [new file with mode: 0644]
tests/benchmarks/complexity.c
tests/complexity.c
tests/instantiate/Makefile.am
tests/instantiate/caps.c [new file with mode: 0644]
tests/memchunk/gmemchunktest.c