spice-common/tests
Frediano Ziglio 2e914f3305 Integrate recorder library
Allow to use recorder library. See https://github.com/c3d/recorder for
details.
The main usage will be to collect statistics while the programs will run.
By default the recorder will be disabled at compile time. The idea of the
usage in SPICE is to collect data while the program run. Using current
SPICE logging facility was discussed but not easy to filter data. Other
solutions (SystemTap, LTTng) were discarded due to not cross platform.
A printf based solution was discussed too but missing the additional tools
which are useful. Currently we don't plan to use as extensively as to be a
problem to be replaced or removed in the future.

Both Autoconf and Meson build systems are supported.
Autoconf requires the addition of SPICE_CHECK_RECORDER call in configure.ac.
Meson requires to add recorder option.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
2019-01-23 14:44:19 +00:00
..
Makefile.am Integrate recorder library 2019-01-23 14:44:19 +00:00
meson.build test: Add a test for subject_to_x509_name function 2019-01-08 21:26:58 +00:00
test-dummy-recorder.c Integrate recorder library 2019-01-23 14:44:19 +00:00
test-logging.c log: Remove SPICE_DISABLE_ABORT 2018-07-06 06:46:05 +01:00
test-marshallers.c test-marshaller: Make main declaration easier 2018-12-17 09:54:56 +00:00
test-marshallers.h Fix flexible array buffer overflow 2018-08-16 15:02:24 +01:00
test-marshallers.proto Fix flexible array buffer overflow 2018-08-16 15:02:24 +01:00
test-quic.c test-quic: Allows to specify multiple images to test 2018-06-26 10:45:46 +01:00
test-region.c test-region: Decrease loop count by a factor of 10 2018-07-03 11:43:24 -03:00
test-ssl-verify.c test: Add a test for subject_to_x509_name function 2019-01-08 21:26:58 +00:00