gstreamer/tests/bufspeed
Thomas Vander Stichele a967370df5 gst-indent run on core
Original commit message from CVS:
gst-indent run on core
2004-03-13 15:27:01 +00:00
..
.gitignore ignore file 2004-02-05 11:05:02 +00:00
gstmempool.c gst-indent run on core 2004-03-13 15:27:01 +00:00
gstmempool.h gst-indent run on core 2004-03-13 15:27:01 +00:00
Makefile.am doh me 2003-12-12 16:27:34 +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