Fix SVACE issue 97/273897/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 15 Apr 2022 10:07:36 +0000 (19:07 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 15 Apr 2022 10:07:36 +0000 (19:07 +0900)
Change-Id: Id216faac15208e7d712d7d59da0e4e9f76671659

examples/perf-view-creation/perf-view-creation-example.cpp

index 07f6e0f..4cb9fa6 100644 (file)
@@ -533,8 +533,8 @@ private:
   uint32_t mDeleteCount = 0;
   uint32_t mImageCount  = 0;
 
-  uint64_t mAppStartTime;
-  uint64_t mAppEndTime;
+  uint64_t mAppStartTime = 0;
+  uint64_t mAppEndTime   = 0;
 
   Statistic<double> mCreationStatistic;
 };