gstreamer/tests/bufspeed
Thomas Vander Stichele e7b9201555 reorganize C/LIB flags add gst_info to gstcompat.h
Original commit message from CVS:
reorganize C/LIB flags
add gst_info to gstcompat.h
2004-05-04 12:38:36 +00:00
..
.gitignore ignore file 2004-02-05 11:05:02 +00:00
gstmempool.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
gstmempool.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
Makefile.am reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
README put everything in tests/ 2002-01-05 01:25:28 +00:00
test1.c gst-indent run on core 2004-03-13 15:27:01 +00:00
test2.c gst-indent run on core 2004-03-13 15:27:01 +00:00

benchmark of 5000000 gst_buffer_new/free on 0.2.1 code
------------------------------------------------------
gstmemchunk, no lock:   real    0m1.309s user   0m1.220s sys    0m0.070s
gmemchunk, no lock:     real    0m3.872s user   0m3.740s sys    0m0.090s
gstmemchunk, lock:      real    0m5.306s user   0m5.160s sys    0m0.100s
gmemchunk, lock:        real    0m8.001s user   0m7.890s sys    0m0.080s