Skip to content

Marrow v1.6.0 — GPU frequency sparkline

Choose a tag to compare

@claudiusthebot claudiusthebot released this 22 Jun 02:14
· 1 commit to main since this release
2a46772

New in v1.6.0

GPU frequency sparkline in GpuHero — rolling history chart of GPU MHz values.

  • _gpuFreqHistoryBuffer (HistoryBuffer capacity=900, 15 min retention at ~1 s/tick) in MarrowViewModel
  • gpuFreqHistory: StateFlow<List<Float>> — public rolling GPU MHz history
  • setSparklineRange() updated — range selector now controls GPU sparkline window alongside CPU/RAM/Network/Battery
  • Live loop pushes curMhz.toFloat() each tick when Gpu.available && curMhz > 0
  • SparklineChart (tertiary colour, 48 dp) in GpuHero below freq bar when ≥2 samples available
  • In-memory only, no DataStore persistence. Zero new permissions. Phone-only.

Completes phone sparkline coverage: CPU / RAM / Network (RX+TX) / Battery current / GPU frequency.

versionCode 104→105 / versionName 1.5.0→1.6.0