A simple test to measure the time it takes to call a method and access a property using various methods
There are three ways to expose a C++ object to QML:
- Context Properties
- Singletons
- Instantiable Types
This simple test measures the time it takes to call an empty method, access an integer value, and access an enum.