Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12507

_q_isSymbianHidden is doubling the cost of QFile::Exists calls

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.0
    • Core: I/O
    • Symbian

    Description

      Some performance traces of QFile::Exists on Symbian show that there are two calls to RFs::Entry. The first is the one expected from doStat(), the second is from _q_isSymbianHidden() - this should virtually never be needed, as we should already know if it is a link or not and therefore not need this call.

      It could be that this is of very low relevance. If the native file system changes are adopted, this code will be replaced anyway.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mread Murray Read
            mread Murray Read
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes