]> git.cworth.org Git - apitrace/commitdiff
Generate filterText in thread.
authorZack Rusin <zack@kde.org>
Thu, 7 Apr 2011 00:23:08 +0000 (20:23 -0400)
committerZack Rusin <zack@kde.org>
Thu, 7 Apr 2011 00:23:08 +0000 (20:23 -0400)
makes loading of traces a lot more responsive

gui/loaderthread.cpp

index 207c2a5def9f2eecd0f4e071fece2e7baab3d9e2..f3a4c5a268f6209238dd232dcbc52ef80f615749 100644 (file)
@@ -27,6 +27,8 @@ apiCallFromTraceCall(const Trace::Call *call)
         apiCall->argValues += argVisitor.variant();
     }
 
+    //force generation of the internal state
+    apiCall->filterText();
     return apiCall;
 }