Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QBENCHMARK under Windows Ce
Qt 6.11 is out! See what's new in the release blog

QBENCHMARK under Windows Ce

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rubikon
    wrote on last edited by
    #1

    Hello.

    I would like to use QBENCHMARK to benchmark some functions in my Windows Ce application.

    If I try it like this

    @
    #include <QtTest/QtTest>
    #include <QDebug>

    int main(int argc, char *argv[])
    {
    QBENCHMARK
    {
    qDebug() << "test";
    }

    return 0;
    

    }
    @

    I get an Unhandled exception / Access violation

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved