Hi,

I've profiled my application and noticed that there are too many calls of 
getClientWidth() function.
function 
com_google_gwt_dom_client_Document_$getClientWidth__Lcom_google_gwt_dom_client_Document_2I(this$static)
 
{return 
(java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.compatMode,
 
$intern_432) ? this$static.documentElement : this$static.body).clientWidth;}

Avg time that this function keeps flow is 16% for nearly 300 calls during 
drawing list or any complex markup that I have. I try to debug where this 
calls are happened and couldn't find anything. 

So, the question is: Does anybody have the same issue or there are mistakes 
in my application which lead too much calls of this function?

Thanks, 
Sergey 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to