From: Zack Rusin Date: Thu, 7 Apr 2011 00:23:08 +0000 (-0400) Subject: Generate filterText in thread. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a1e815cf376c5c16abb5fdaf684e15d61f02dfc5;p=apitrace Generate filterText in thread. makes loading of traces a lot more responsive --- diff --git a/gui/loaderthread.cpp b/gui/loaderthread.cpp index 207c2a5..f3a4c5a 100644 --- a/gui/loaderthread.cpp +++ b/gui/loaderthread.cpp @@ -27,6 +27,8 @@ apiCallFromTraceCall(const Trace::Call *call) apiCall->argValues += argVisitor.variant(); } + //force generation of the internal state + apiCall->filterText(); return apiCall; }