MCPcopy
hub / github.com/jaypipes/ghw / NodeCPUCache

Method NodeCPUCache

pkg/linuxpath/path_linux.go:112–117  ·  view source on GitHub ↗
(nodeID int, lpID int)

Source from the content-addressed store, hash-verified

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

Callers 1

NodeCPUCacheIndexMethod · 0.95

Calls 1

NodeCPUMethod · 0.95

Tested by

no test coverage detected