-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @perf-profiler/[email protected] - @bam.tech/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected]
- Loading branch information
Showing
8 changed files
with
129 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.3.0 (2022-09-27) | ||
|
||
### Features | ||
|
||
- **profiler:** improve fps accuracy by using atrace for reporting ([#28](https://github.com/bamlab/react-native-performance/issues/28)) ([ad161d5](https://github.com/bamlab/react-native-performance/commit/ad161d53b6d219242641e33e5d1f8214ad0f5f6c)) | ||
|
||
# 0.2.0 (2022-09-07) | ||
|
||
### Bug Fixes | ||
|
||
- **profiler:** detect appActivity when command output doesn't contain "$" ([6332d7b](https://github.com/bamlab/react-native-performance/commit/6332d7bd2e0504254f22f014d8764d2d8b6508d0)) | ||
|
||
### Features | ||
|
||
- **profiler:** replace bundle id by "UI Thread" in CPU measures ([0653a46](https://github.com/bamlab/react-native-performance/commit/0653a461cd1a18f1202e9189e22518cda5f84637)) | ||
|
||
# 0.1.0 (2022-08-30) | ||
|
||
# 0.1.0-alpha.9 (2022-08-29) | ||
|
||
# 0.1.0-alpha.8 (2022-08-27) | ||
|
||
### Features | ||
|
||
- **profiler:** add c++ version ([4c56697](https://github.com/bamlab/react-native-performance/commit/4c566973cfe4ea0f23eed3109dfb8ca66e5b0001)) | ||
- **profiler:** add command to print app activity ([1d81cde](https://github.com/bamlab/react-native-performance/commit/1d81cdebce370b020359173ba834f0dd81d8da80)) | ||
- **profiler:** add spawn function ([e6eba2e](https://github.com/bamlab/react-native-performance/commit/e6eba2e88d9621fd096fc3f3b56614b46b9ca781)) | ||
- **profiler:** add ts file to interface with c++ profiler ([57c7bb2](https://github.com/bamlab/react-native-performance/commit/57c7bb26061b24814d5779ff841b11193fc2355f)) | ||
- **profiler:** add useful commands ([a7c5dba](https://github.com/bamlab/react-native-performance/commit/a7c5dbab2f00c387a595eefc50f6c1832c60271c)) | ||
- **profiler:** always ensure c++ profiler is installed ([1982760](https://github.com/bamlab/react-native-performance/commit/1982760b638d3b59b919c15ee8d30ef40bbc5637)) | ||
- **profiler:** replace with cpp profiling ([1e85b84](https://github.com/bamlab/react-native-performance/commit/1e85b8499aa1c2fa166cd3296ce62f6dbbf8f9e4)) | ||
|
||
# 0.1.0-alpha.7 (2022-08-12) | ||
|
||
# 0.1.0-alpha.6 (2022-08-12) | ||
|
||
# 0.1.0-alpha.5 (2022-08-12) | ||
|
||
# 0.1.0-alpha.4 (2022-08-08) | ||
|
||
### Features | ||
|
||
- **fps:** auto enable debug.hwui.profile ([12a4042](https://github.com/bamlab/react-native-performance/commit/12a40429ce1fa137a99c417b97b572935d1ea158)) | ||
|
||
# 0.1.0-alpha.3 (2022-08-04) | ||
|
||
### Bug Fixes | ||
|
||
- **fps:** take idle frames into account ([125e2e2](https://github.com/bamlab/react-native-performance/commit/125e2e219f28ee8efb275fc671b2c8e9d620c39c)) | ||
|
||
### Features | ||
|
||
- add FPS poc ([6fe3398](https://github.com/bamlab/react-native-performance/commit/6fe33981db9cfd45bae8d9db7973cff7286d394c)) | ||
- add ram usage ([1f1515a](https://github.com/bamlab/react-native-performance/commit/1f1515a9e5f6cc9093892703cda6c9e21781aae0)) | ||
- add some gfxinfo parsing ([f365604](https://github.com/bamlab/react-native-performance/commit/f365604d51f5f6ff018b9cab43c2ac5271a61488)) | ||
- build better comparison view ([6228ab4](https://github.com/bamlab/react-native-performance/commit/6228ab4f1e5eca6e557f69402bb81963bb270dfd)) | ||
- improve execLoopCommands ([3d0c78a](https://github.com/bamlab/react-native-performance/commit/3d0c78a0887f14863fcd7ef9e903f64759852149)) | ||
- introducing flipper-plugin-android-performance-profiler ([dc18a3c](https://github.com/bamlab/react-native-performance/commit/dc18a3ce83df792ebb32901fb1236f011d3cd10f)) | ||
- measure fps ([b643918](https://github.com/bamlab/react-native-performance/commit/b64391823f3ff1cf32770791ba24ec6fe174afa9)) | ||
|
||
### Performance Improvements | ||
|
||
- improve reporting time accuracy ([fb0ea48](https://github.com/bamlab/react-native-performance/commit/fb0ea481bfaf9624cdfc783004400cb5cfc3b9ad)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-09-27) | ||
|
||
### Features | ||
|
||
- **profiler:** improve fps accuracy by using atrace for reporting ([#28](https://github.com/bamlab/android-performance-profiler/issues/28)) ([ad161d5](https://github.com/bamlab/android-performance-profiler/commit/ad161d53b6d219242641e33e5d1f8214ad0f5f6c)) | ||
|
||
## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-09-19) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bam.tech/appium-helper", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27) | ||
|
||
**Note:** Version bump only for package @perf-profiler/appium-test-cases | ||
|
||
## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-19) | ||
|
||
**Note:** Version bump only for package @perf-profiler/appium-test-cases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.3.0 (2022-09-27) | ||
|
||
# 0.2.0 (2022-09-07) | ||
|
||
# 0.1.0 (2022-08-30) | ||
|
||
# 0.1.0-alpha.9 (2022-08-29) | ||
|
||
# 0.1.0-alpha.8 (2022-08-27) | ||
|
||
# 0.1.0-alpha.7 (2022-08-12) | ||
|
||
# 0.1.0-alpha.6 (2022-08-12) | ||
|
||
# 0.1.0-alpha.5 (2022-08-12) | ||
|
||
# 0.1.0-alpha.4 (2022-08-08) | ||
|
||
### Features | ||
|
||
- add ability to pass custom score calculation ([#6](https://github.com/bamlab/android-performance-profiler/issues/6)) ([4011ee5](https://github.com/bamlab/android-performance-profiler/commit/4011ee59dfd1b51530974cfaea6a60873e5699fc)) | ||
|
||
# 0.1.0-alpha.3 (2022-08-04) | ||
|
||
### Bug Fixes | ||
|
||
- fix missing dist ([a7ce663](https://github.com/bamlab/android-performance-profiler/commit/a7ce6632be3aec5eadec483321b30c728ff68876)) | ||
|
||
### Features | ||
|
||
- add comparison view ([02c5918](https://github.com/bamlab/android-performance-profiler/commit/02c5918378d43eb245cc7ca880025926d87ca306)) | ||
- build better comparison view ([6228ab4](https://github.com/bamlab/android-performance-profiler/commit/6228ab4f1e5eca6e557f69402bb81963bb270dfd)) | ||
- **e2e:** add duration option to test cases ([7b8a0ea](https://github.com/bamlab/android-performance-profiler/commit/7b8a0ea3a36dc6922be7c26cff78345a10eeb0cf)) | ||
- measure fps ([b643918](https://github.com/bamlab/android-performance-profiler/commit/b64391823f3ff1cf32770791ba24ec6fe174afa9)) | ||
|
||
### Performance Improvements | ||
|
||
- improve measurer accuracy ([d38e701](https://github.com/bamlab/android-performance-profiler/commit/d38e701468f57f8526ac07078b85fdd134763aba)) | ||
- improve measurer accuracy ([35d6eae](https://github.com/bamlab/android-performance-profiler/commit/35d6eae1a5dc1230e13df793f938d4d3fd0c1c18)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@perf-profiler/e2e", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@perf-profiler/logger": "^0.2.0", | ||
"@perf-profiler/profiler": "^0.2.0", | ||
"@perf-profiler/profiler": "^0.3.0", | ||
"@perf-profiler/reporter": "^0.2.0", | ||
"@perf-profiler/types": "^0.2.0" | ||
} | ||
|