Skip to content
  • Ulf Hermann's avatar
    QmlProfiler: get rid of hash strings · fea6580c
    Ulf Hermann authored
    
    
    Using strings to identify equal events is terribly inefficient. By
    keeping a global list of event types we can assign each event a
    numerical type index and use that to compare them.
    
    We can also avoid excessive string copying and data duplication by
    referring to the global type list where event type information is
    needed.
    
    Task-number: QTCREATORBUG-11823
    Change-Id: I837bd5d0f5395b0003002ef8dd278fb27679c65d
    Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
    fea6580c