Fix build error.
[platform/core/uifw/dali-adaptor.git] / adaptors / scripts / dalireslog.txt
1 Resource log analyzer tool for dali applications
2
3 USAGE:
4 ./dalireslog.sh [FILE]
5 if FILE isn't specified script will try to use dlogutil
6
7 Example:
8
9 sh-4.1$ ./dalireslog.sh
10 on a separate terminal:
11 sh-4.1$ DALI_ENABLE_LOG=RESOURCE_LOG /opt/apps/com.samsung.dali-demo/bin/album.example
12
13 Displayed information:
14 3D        - amount of GPU memory used by application
15 MEM Atlas - amount of GPU memory used by texture atlases. Usually this means font atlases.
16 Number of atlases - how many texture atlases are present in memory
17
18 A list of files is displayed in the main view, with different color codes representing different states.
19
20 CPU       - resource is in memory, but hasn't been uploaded to a GL texture
21 GPU       - resource has been uploaded to a GL texture, bitmap buffer discarded
22 CPUGPU    - resource has been uploaded to a GL texture, but still present in CPU memory as well
23 DISCARDED - resource has been discarded, memory freed up