The <clu> and </clu> tags mark the beginning and end of a Cache line utilization (CLU) data collection configuration. This element has the following attributes:
name |
Configuration name (string) |
clu_sampling |
Enables CLU sampling (Boolean) |
clu_max_count |
Maximum sampling period (integer) |
Sample CLU configuration:
<dc_configuration>
<clu name=”cache line utilization”
clu_sampling=”T”
clu_max_count=”250000”
<tool_tip> measure of cache line utilization of L1 data cache </tool_tip>
<description> Configuration to find potential issues related to data locality and
data access pattern.
</description>
</clu>
</dc_configuration>