CLMChecking
Synopsis
CLMChecking
Description
The CLMChecking utility performs memory optimization in cellular systems.
On cellular systems the available system memory can be accessed using two different approaches:
interleaved memory, meaning that the average memory latency is constant for all processes in
the system; and non-interleaved memory, which provides lower memory latency for processes
running in the same cell as the memory.
For each cell, it is possible to determine the amount of memory that should not be interleaved.
The non-interleaved memory is known as cell local memory (CLM) or global non-interleaved
(GNI) memory. The amount of cell local memory can affect directly the system overall
performance. Running Windows, better performance can be obtained with maximum CLM.
Options
Table 5-2 CLMChecking Options
DescriptionOption
Prints the CLM values of the cells in the PARTITION partition.-p PARTITION
Prints the CLMChecking version.
-v | --version
Prints this help.
-h | --help
Example
SSTK-v.2.7-8# ./CLMChecking
Partition #0:
CLM Cell 0 = 7
CLM Cell 2 = 7
Partition #1:
CLM Cell 1 = 7
CLM Cell 3 = 7
CLMChecking 65