-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected]
- Loading branch information
Showing
26 changed files
with
90 additions
and
33 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 |
---|---|---|
|
@@ -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. | ||
|
||
# [1.0.0-alpha.1](https://github.com/bamlab/flashlight/compare/[email protected]@1.0.0-alpha.1) (2024-06-28) | ||
|
||
**Note:** Version bump only for package cli-example | ||
|
||
# 1.0.0-alpha.0 (2024-06-04) | ||
|
||
### 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,11 +1,11 @@ | ||
{ | ||
"name": "cli-example", | ||
"private": true, | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/profiler": "^0.10.10", | ||
"@perf-profiler/reporter": "^0.9.0", | ||
"@perf-profiler/types": "^0.8.0" | ||
} | ||
} |
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.1.0-alpha.7](https://github.com/bamlab/flashlight/compare/[email protected]@0.1.0-alpha.7) (2024-06-28) | ||
|
||
**Note:** Version bump only for package e2e-example | ||
|
||
# 0.1.0-alpha.6 (2024-06-04) | ||
|
||
### Features | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "e2e-example", | ||
"private": true, | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0-alpha.7", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -12,6 +12,6 @@ | |
}, | ||
"dependencies": { | ||
"@bam.tech/appium-helper": "^0.5.4", | ||
"@perf-profiler/e2e": "^0.11.1" | ||
"@perf-profiler/e2e": "^0.11.2" | ||
} | ||
} |
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.4.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/measure | ||
|
||
# [0.4.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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": "@perf-profiler/measure", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -10,10 +10,10 @@ | |
"perf-profiler-measure": "dist/bin.js" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/e2e": "^0.11.1", | ||
"@perf-profiler/e2e": "^0.11.2", | ||
"@perf-profiler/logger": "^0.3.3", | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/profiler": "^0.10.10", | ||
"@perf-profiler/reporter": "^0.9.0", | ||
"@perf-profiler/shell": "^0.2.1", | ||
"@perf-profiler/types": "^0.8.0", | ||
"commander": "^12.0.0", | ||
|
@@ -26,7 +26,7 @@ | |
"devDependencies": { | ||
"@mui/icons-material": "^5.15.12", | ||
"@mui/material": "^5.15.12", | ||
"@perf-profiler/web-reporter-ui": "^0.16.0", | ||
"@perf-profiler/web-reporter-ui": "^0.16.1", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/express": "^4.17.21", | ||
"@types/supertest": "^6.0.2", | ||
|
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.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/web-reporter | ||
|
||
# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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
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.11.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/e2e | ||
|
||
## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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": "@perf-profiler/e2e", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -14,10 +14,10 @@ | |
"test": "tsc" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/ios-instruments": "^0.3.1", | ||
"@perf-profiler/ios-instruments": "^0.3.2", | ||
"@perf-profiler/logger": "^0.3.3", | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/profiler": "^0.10.10", | ||
"@perf-profiler/reporter": "^0.9.0", | ||
"@perf-profiler/types": "^0.8.0", | ||
"commander": "^12.0.0" | ||
} | ||
|
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.2.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/tools | ||
|
||
## [0.2.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/tools | ||
|
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/tools", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -13,7 +13,7 @@ | |
"test": "tsc" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/profiler": "^0.10.10", | ||
"@perf-profiler/shell": "^0.2.1", | ||
"commander": "^12.0.0" | ||
} | ||
|
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.9.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
### Features | ||
|
||
- export FPS and RAM reporting ([#294](https://github.com/bamlab/android-performance-profiler/issues/294)) ([5b00d7d](https://github.com/bamlab/android-performance-profiler/commit/5b00d7dcb841e8e3c7eed4073e98b4a9a6e517f9)) | ||
|
||
## [0.8.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/reporter | ||
|
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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.16.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/web-reporter-ui | ||
|
||
# [0.16.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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
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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.12.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
### Bug Fixes | ||
|
||
- don't crash profiler if we can not parse `FrameTime` ([#295](https://github.com/bamlab/android-performance-profiler/issues/295)) ([8aee5ec](https://github.com/bamlab/android-performance-profiler/commit/8aee5ec25e13511bb9c20f1d43cd3ff94b02e407)) | ||
- **profiler:** fix ram usage when multiple pids ([#290](https://github.com/bamlab/android-performance-profiler/issues/290)) ([85656a7](https://github.com/bamlab/android-performance-profiler/commit/85656a766c40bb9fa94afe651e4e0ac1f89ce4f4)) | ||
|
||
# [0.12.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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
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/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/ios-instruments | ||
|
||
## [0.3.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/ios-instruments | ||
|
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,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]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/ios | ||
|
||
## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/ios | ||
|
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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.10.10](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/profiler | ||
|
||
## [0.10.9](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### 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
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.32](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28) | ||
|
||
**Note:** Version bump only for package @perf-profiler/appium-test-cases | ||
|
||
## [0.3.31](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@perf-profiler/appium-test-cases", | ||
"version": "0.3.31", | ||
"version": "0.3.32", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@bam.tech/appium-helper": "^0.5.4", | ||
"@perf-profiler/e2e": "^0.11.1", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/e2e": "^0.11.2", | ||
"@perf-profiler/reporter": "^0.9.0", | ||
"@perf-profiler/types": "^0.8.0" | ||
} | ||
} |