1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Identifier: "MemoryWorkloadAnalysis_Tables"
DisplayName: "Memory Workload Analysis Tables"
Extends: "MemoryWorkloadAnalysis"
Description: "Detailed tables with data for each memory unit."
Order: 32
Sets {
Identifier: "full"
}
Metrics {
Metrics {
Name: "smsp__sass_inst_executed_op_memory_8b.sum"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
Metrics {
Name: "smsp__sass_inst_executed_op_memory_16b.sum"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
Metrics {
Name: "smsp__sass_inst_executed_op_memory_32b.sum"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
Metrics {
Name: "smsp__sass_inst_executed_op_memory_64b.sum"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
Metrics {
Name: "smsp__sass_inst_executed_op_memory_128b.sum"
Filter {
CollectionFilter {
CollectionScopes: CollectionScope_Launch
}
}
}
}
Body {
DisplayName: "Memory Tables"
Items {
MemorySharedTable {
Label: "Shared Memory"
}
}
Items {
MemoryL1TEXCacheTable {
Label: "L1/TEX Cache"
}
}
Items {
MemoryL2CacheTable {
Label: "L2 Cache"
}
}
Items {
MemoryL2CacheEvictPolicyTable {
Label: "L2 Cache Eviction Policies"
}
Filter {
MinArch: 80
}
}
Items {
MemoryDeviceMemoryTable {
Label: "Device Memory"
}
}
}
|