glib/tests/gobject
Matthias Clasen 35d5f9488c Improve the GObject performance test
Make the 'complex construction' case more
realistic by adding a string property.

And mark the properties as G_PARAM_STATIC_STRINGS,
since this is commonly done, and doing so will
enable some optimizations.

Also, use g_object_class_install_properties,
to test optimizations that will be tied to using
that function.
2022-06-01 12:14:11 -04:00
..
.gitignore .gitignore: add "signals" 2013-09-28 10:39:01 -04:00
meson.build Moving gobject tests from tests/gobjects to gobjects/tests 2022-05-26 19:13:19 +01:00
performance-threaded.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
performance.c Improve the GObject performance test 2022-06-01 12:14:11 -04:00
testcommon.h Fix multiple missing initializer warnings in tests/gobject/testcommon.h 2021-04-29 12:40:05 +02:00
testgobject.c Fix several missing initializer in tests/gobject/testgobject.c 2021-04-29 12:40:05 +02:00
timeloop-closure.c Fix signedness warnings in tests/gobject/timeloop-closure.c 2021-05-04 08:43:29 +02:00