Volker Zipfel schrieb:
Hi all!
While analyzing my project with valgrind, I discovered that almost a quarter
of the cpu cycle where eaten up by the function fpc_finalize_array. It seams
that fpc_finalize_array calls for every element of the array fpc_finalize. To
illustrate the problem i have
Hi all!
While analyzing my project with valgrind, I discovered that almost a quarter
of the cpu cycle where eaten up by the function fpc_finalize_array. It seams
that fpc_finalize_array calls for every element of the array fpc_finalize. To
illustrate the problem i have written to small test pro