1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 22:34:16 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-19 12:38:14 +00:00
parent 499a1ff646
commit ab0e7da434
3 changed files with 14 additions and 14 deletions

View File

@@ -86,9 +86,9 @@ func isZeroLoad(avg load.AvgStat) bool {
var (
// Package-level cache for core topology
lastTopologyAt time.Time
lastTopologyAt time.Time
cachedP, cachedE int
topologyTTL = 10 * time.Minute
topologyTTL = 10 * time.Minute
)
// getCoreTopology returns P-core and E-core counts on Apple Silicon.