Add PerformanceTest
authorchungryeol Lim <cdark.lim@samsung.com>
Fri, 9 Sep 2016 11:05:44 +0000 (20:05 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 22 Sep 2016 05:05:22 +0000 (14:05 +0900)
commitd84075a363d8f7a20ea75d095f08a351bb0c2366
treeb1e75c63d7b9f983972dc747af400752d6e70de7
parent28f261c4118120c32837e759b55811c3a28f20ae
Add PerformanceTest

* EcoreAnimator, ElmScrollCOnfig have been added.
* ScrollAnimationStared/Stoppe and Changed event have been added in GenList.
* RenderPost event has been added in EvasObject.

Change-Id: Ia093d4787cc50e4ac5a966b35222102069f43729
Signed-off-by: chungryeol Lim <cdark.lim@samsung.com>
12 files changed:
ElmSharp.Test/ElmSharp.Test.csproj
ElmSharp.Test/TC/ListTest1.cs
ElmSharp.Test/TC/PerformanceTest.cs [new file with mode: 0644]
ElmSharp/ElmSharp.Net45.csproj
ElmSharp/ElmSharp.csproj
ElmSharp/ElmSharp/EcoreAnimator.cs [new file with mode: 0644]
ElmSharp/ElmSharp/Elementary.cs
ElmSharp/ElmSharp/ElmScrollConfig.cs [new file with mode: 0644]
ElmSharp/ElmSharp/EvasObject.cs
ElmSharp/ElmSharp/GenList.cs
ElmSharp/Interop/Interop.Ecore.cs
ElmSharp/Interop/Interop.Elementary.cs