Add comment

This commit is contained in:
Holger Obermaier 2023-09-07 14:08:03 +02:00
parent a871753bdf
commit 35c20110ca

View File

@ -269,6 +269,7 @@ func GetTypeList(topology_type string) []int {
return []int{} return []int{}
} }
// CpuData returns CPU data for each hardware thread
func CpuData() []HwthreadEntry { func CpuData() []HwthreadEntry {
return slices.Clone(cache.CpuData) return slices.Clone(cache.CpuData)
} }