Skip to content
  • Ulf Hermann's avatar
    QmlProfiler: Add text marks for QML/JS types into documents · 548a86f5
    Ulf Hermann authored
    
    
    The text marks are little labels next to the lines in the editor
    that tell you how much of total run time was spent in the
    respective QML/JS construct during the last profiling session.
    This is similar to what the valgrind profiler does.
    
    We add the text marks only when the documents are loaded into an
    editor. This keeps the number of text marks manageable. Multiple
    events on a single line are shown using a tooltip.
    
    Task-number: QTCREATORBUG-17757
    Change-Id: Ie38b8ab880a718a1ef72ef343d84070ab34bc5bc
    Reviewed-by: default avatarhjk <hjk@qt.io>
    548a86f5