gstreamer/tests/bufspeed
Thomas Vander Stichele 7baa6c18e7 don't mix tabs and spaces
Original commit message from CVS:
don't mix tabs and spaces
2004-03-15 19:27:17 +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 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