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

QML profiler service sends multiple "Complete" messages

XMLWordPrintable

    • 228790f27a4cb8f4f307693fb1c9f13a96eddfaa

      When profiling mulitple JS engines, the profiler can send multiple "Complete" messages on exit. That is bad because the "Complete" message is meant to be the final message, signaling to the client that it can process the data now.

      As QQmlProfilerService::engineAboutToBeRemoved() is called for each engine in turn, if an adapter manages to send all the data before the next engine is removed, we get a premature "Complete".

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

            ulherman Ulf Hermann
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes