From 66ec6061dd6576768be71294026f65b5cc601ba8 Mon Sep 17 00:00:00 2001 From: Subhransu Mohanty Date: Tue, 11 Aug 2020 17:02:32 +0900 Subject: [PATCH] example: updated test example. --- example/lottieviewtest.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/example/lottieviewtest.cpp b/example/lottieviewtest.cpp index 296d606..402fcd2 100644 --- a/example/lottieviewtest.cpp +++ b/example/lottieviewtest.cpp @@ -88,18 +88,20 @@ public: ~LottieViewTest() { const auto frames = mViews.empty() ? 0 : mViews[0]->renderCount(); const double secs = std::chrono::duration(std::chrono::high_resolution_clock::now() - mStartTime).count(); - std::cout<<"TestTime : "<< secs<<" Sec, TotalFrames : "<setup(); LottieViewTest *view = new LottieViewTest(app, st, timeOut); - view->show(250); + view->show(itemCount); app->addExitCb(onExitCb, view); -- 2.34.1