Skip to content

A simple test to measure the time it takes to call a method and access a property using various methods

License

Notifications You must be signed in to change notification settings

Furkanzmc/QML-Cpp-Access-Speed-Test

Repository files navigation

QML-Cpp-Access-Speed-Test

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.

Example Output

About

A simple test to measure the time it takes to call a method and access a property using various methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published