(nodeID int, lpID int)
| 110 | } |
| 111 | |
| 112 | func (p *Paths) NodeCPUCache(nodeID int, lpID int) string { |
| 113 | return filepath.Join( |
| 114 | p.NodeCPU(nodeID, lpID), |
| 115 | "cache", |
| 116 | ) |
| 117 | } |
| 118 | |
| 119 | func (p *Paths) NodeCPUCacheIndex(nodeID int, lpID int, cacheIndex int) string { |
| 120 | return filepath.Join( |
no test coverage detected