Fixed not to count copied image in a clipboard
[platform/core/uifw/dali-adaptor.git] / adaptors / scripts / dalireslog.sh
index 7a03a8d..ae86a9e 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 # Log resource analyser tool for Dali
 # Monitors resource usage of last run Dali app
 # Shows memory uploaded to GPU or normal RAM
@@ -391,7 +392,7 @@ function checkUploaded
         STATES_G[$lastIdx]=1
       elif [[ ${FILENAMES_G[$lastIdx]} == "-" && ${STATES_G[$lastIdx]} == 1 ]]
       then
-        #BitmapImage already in memory and GPU mem. -> updated
+        #BufferImage already in memory and GPU mem. -> updated
         SIZES_G[$lastIdx]=$SIZE
         SIZE_DETAILS_G[$lastIdx]="$SIZE_DETAILS"
       else