Results 1 to 3 of 3

Thread: QDebug Performance

  1. #1
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default QDebug Performance

    I found an interesting article about the performance of qDebug:

    https://www.programmersought.com/article/33385496323/

    Would be interested in knowing opinions on the topic.

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QDebug Performance

    std::cout and qDebug() have nothing to do with each other so a comparision of those two is somewhat useless. One is for printing stuff to the console, the other is for debugging purposes and it's output can be printed to anything (and defaults to console output).

  3. #3
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: QDebug Performance

    Thanks for the comment.

Similar Threads

  1. why Qt5.5.1 qDebug so slowly?
    By tiaoweiliao in forum Qt Programming
    Replies: 1
    Last Post: 16th May 2016, 10:23
  2. using qdebug
    By GrahamLabdon in forum Newbie
    Replies: 2
    Last Post: 3rd February 2011, 10:59
  3. qDebug() on OSX
    By December in forum Qt Programming
    Replies: 1
    Last Post: 7th October 2008, 18:14
  4. qDebug() output
    By Doug Broadwell in forum Newbie
    Replies: 1
    Last Post: 1st November 2006, 22:54
  5. qdebug
    By drkbkr in forum Qt Programming
    Replies: 12
    Last Post: 29th September 2006, 16:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.