Skip to content
Snippets Groups Projects
  • Ulf Hermann's avatar
    72d1850a
    QmlProfiler: Cache file lookup when loading events · 72d1850a
    Ulf Hermann authored
    
    The file lookup is the single most expensive operation when loading
    events from a profiled application, in particular because so far we're
    doing one lookup per source location, many of which are actually in the
    same files. Caching those lookups for a short time dramatically
    increases performance.
    
    Change-Id: Iaa47327aca3f34cbad194757d3ba152205788682
    Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
    72d1850a
    History
    QmlProfiler: Cache file lookup when loading events
    Ulf Hermann authored
    
    The file lookup is the single most expensive operation when loading
    events from a profiled application, in particular because so far we're
    doing one lookup per source location, many of which are actually in the
    same files. Caching those lookups for a short time dramatically
    increases performance.
    
    Change-Id: Iaa47327aca3f34cbad194757d3ba152205788682
    Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>