]> git.cworth.org Git - apitrace/commit
Reduce the memory usage by ~2gb on a 2.7 million calls trace
authorZack Rusin <zack@kde.org>
Sat, 16 Apr 2011 15:56:19 +0000 (11:56 -0400)
committerZack Rusin <zack@kde.org>
Sat, 16 Apr 2011 15:56:19 +0000 (11:56 -0400)
commit53484b27fe6e64dde4b27016869ef4c6c5e8c27f
tree341e4adb85ae4ecedd1a521644e506b7ff037141
parentb65a66efc71835f4f4c6dad8fd0c5c2fa90c74eb
Reduce the memory usage by ~2gb on a 2.7 million calls trace

delete the parsed data from blobs and delay the creation of the static
text until the item is actually shown (i.e. don't create glyph caches
for items that will never be displayed!)
gui/apitracecall.cpp
gui/apitracecall.h