Skip to content

Commit 79a7185

Browse files
committed
added todos
1 parent 1f487a6 commit 79a7185

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/src/collectors/implementations/cpu_frequency.collector.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class CpuFrequencyCollector implements CpuFrequencyCollectorInterface {
2424
@override
2525
void clearData() => _data.clear();
2626

27+
// TODO: add to ability to select type of data inMhz/inGhz/inPercents)
28+
2729
@override
2830
Future<List<num>> collect() async {
2931
final info = await CpuInfoProvider().currentFrequency;

lib/src/collectors/implementations/ram_consumption.collector.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class RamConsumptionCollector implements RamConsumptionCollectorInterface {
3232
return info;
3333
}
3434

35+
// TODO: add to ability to select type of data (alongside with inMiB/inMB inPercents)
36+
3537
/// Retrieves `SAFE` RAM volume range in bytes
3638
@override
3739
Future<Extremum<MemUnit>> getExtremum() async {

0 commit comments

Comments
 (0)