Skip to content

Commit 7a35fcd

Browse files
Merge branch 'release/2.0.0'
2 parents 76faed0 + a9b1854 commit 7a35fcd

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [2.0.0](https://github.com/rdkcentral/MemCapture/compare/1.0.0...2.0.0)
8+
9+
- RDKEMW-14121 : Added Mediatek Platform support in Memcapture Code Base [`#14`](https://github.com/rdkcentral/MemCapture/pull/14)
10+
- Revert "ES1-2903 [RDKV] Update buddyinfo to fix Parse Error" [`#12`](https://github.com/rdkcentral/MemCapture/pull/12)
11+
- ES1-2903 [RDKV] Update buddyinfo to fix Parse Error [`#11`](https://github.com/rdkcentral/MemCapture/pull/11)
12+
13+
#### 1.0.0
14+
15+
> 29 October 2025
16+
17+
- Deploy cla action [`#8`](https://github.com/rdkcentral/MemCapture/pull/8)
18+
- ES-1 support [`#6`](https://github.com/rdkcentral/MemCapture/pull/6)
19+
- DELIA-64029: Don't error out if CMA friendly name is not known [`#5`](https://github.com/rdkcentral/MemCapture/pull/5)
20+
- RDK-44929: CPU Idle Metrics [`#4`](https://github.com/rdkcentral/MemCapture/pull/4)
21+
- Update codeql.yml [`#3`](https://github.com/rdkcentral/MemCapture/pull/3)
22+
- Repo sync-up [`#2`](https://github.com/rdkcentral/MemCapture/pull/2)
23+
- Move code to RDKCentral [`#1`](https://github.com/rdkcentral/MemCapture/pull/1)
24+
- 1.0.0 release changelog updates [`48a1893`](https://github.com/rdkcentral/MemCapture/commit/48a1893be3c92d17577f0675d7ef1f67513280d5)
25+
- Initial commit [`a9dcf41`](https://github.com/rdkcentral/MemCapture/commit/a9dcf413ce90782c5578e3161b244b4104b9e202)

MemoryMetric.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ MemoryMetric::MemoryMetric(Platform platform, std::shared_ptr<JsonReportGenerato
146146
// Mediatek reports GPU memory allocations
147147
mGPUMemorySupported = true;
148148
break;
149-
150149
}
151150

152151
}
@@ -467,8 +466,7 @@ void MemoryMetric::GetGpuMemoryUsage()
467466
{
468467
GetGpuMemoryUsageMediatek();
469468
break;
470-
}
471-
469+
}
472470
}
473471
}
474472
}

MemoryMetric.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ class MemoryMetric : public IMetric
6666
void GetGpuMemoryUsageBroadcom();
6767

6868
void GetGpuMemoryUsageAmlogic();
69+
70+
void GetGpuMemoryUsageMediatek();
6971

7072
void GetGpuMemoryUsageMediatek();
7173

0 commit comments

Comments
 (0)