Skip to content
Snippets Groups Projects
Commit fea6580c authored by Ulf Hermann's avatar Ulf Hermann
Browse files

QmlProfiler: get rid of hash strings


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>
parent b0d79542
No related branches found
No related tags found
No related merge requests found
Showing
with 364 additions and 440 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment