SharpConstraintLayout icon indicating copy to clipboard operation
SharpConstraintLayout copied to clipboard

How to test performance?

Open xtuzy opened this issue 1 year ago • 7 comments

I always worry SharpConstraintLayout can't be used in real word, because i don't know the performance, test in core is fast, but in ui, it need calculate more things, i don't know how to test it. I only know, when i resize Windows app, flow test like slow.

Goolgle use androidx.constraintlayout , i believe it meet needs. I try to add a framerate label and a androidx.constraintlayout flow test to compare with sharpconstraintlayout at a5ec59b7c03bc54a0143389faee82d13039cdaef, get result:

https://user-images.githubusercontent.com/17793881/222618570-9ac0a106-9c64-4d30-a991-b3295dca9b11.mp4

We can see when resize window of app that run in Windows subsystem for Android, androidx.constraintlayout and sharpconstraintlayout all get low framerate. But when change child, framerate is ok.

xtuzy avatar Mar 03 '23 03:03 xtuzy