X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fresource-tracking.md;h=9387b4ccf7f10d11b55c1b15227f148e81124a41;hb=169d62e3130aaf007ee2a23ac5ee5961c0c65bb4;hp=92c1850482ee161b7045cedb3b6c40c164681f2b;hpb=46516d3e1711bd272cc00002876cf207465fa8ce;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/resource-tracking.md b/docs/content/shared-javascript-and-cpp-documentation/resource-tracking.md index 92c1850..9387b4c 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/resource-tracking.md +++ b/docs/content/shared-javascript-and-cpp-documentation/resource-tracking.md @@ -1,17 +1,18 @@ -/** - * + + # Resource Tracking {#resourcetracking} ## Enable Logging -Setting DALI_ENABLE_LOG environment variable to RESOURCE_LOG will enable resource usage logging in Dali applications. +Setting DALI_ENABLE_LOG environment variable to RESOURCE_LOG will enable resource usage logging in DALi applications. On target resource logging utilizes dlog, but this can also be used on desktop by redirecting stderr to a file. The generated information includes any image files that are loaded with their dimensions, GPU memory consumption, CPU RAM used and details of texture atlases created. ## Viewing Resource Logs -dalireslog.sh is installed as part of the dali-adaptor package and can be found in the adaptors/tizen/scripts folder. +dalireslog.sh is installed as part of the DALi Adaptor package and can be found in the adaptors/tizen/scripts folder. The script shows a summary of memory used by resources. USAGE: ./dalireslog.sh [FILE]