diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-08-02 05:49:21 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-08-05 09:52:44 (GMT) |
commit | 548840aa9ef4428ee29cae145a179f8752ae8eb6 (patch) | |
tree | 98005693c6ca7fde75dd5a3efe98aa88bd5d840e /doc/src/snippets/code/src_network_kernel_qhostaddress.cpp | |
parent | a0ee11510df847fee64274d260a6c5f693a70787 (diff) | |
download | Qt-548840aa9ef4428ee29cae145a179f8752ae8eb6.zip Qt-548840aa9ef4428ee29cae145a179f8752ae8eb6.tar.gz Qt-548840aa9ef4428ee29cae145a179f8752ae8eb6.tar.bz2 |
Add benchmarks for QtScript's QObject binding
The benchmarks cover the following:
- Reading and writing meta-object-defined properties.
- Reading and writing dynamic properties.
- Reading child objects.
- Reading script-defined (wrapper object) properties.
- Reading prototype-inherited properties.
- Calling slots (overloaded and non-overloaded, with
or without implicit argument conversion).
- Signal handling.
Both "simple" and "complex" objects are tested. A "simple" object
is an object that inherits directly from QObject, i.e. it doesn't
drag with it a lot of stuff. A "complex" object is an object that
has many properties and a relatively long inheritance chain
(currently QPushButton is used).
Reviewed-by: Jedrzej Nowacki
Diffstat (limited to 'doc/src/snippets/code/src_network_kernel_qhostaddress.cpp')
0 files changed, 0 insertions, 0 deletions