-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.0.0-pre.8] - 2022-06-15 ### *Runtime Net Stats Monitor* - Clamping numerical values to acceptable limits for public APIs - Improve generated counter labels - Prevent an exception when there's only one sample - Added spacing between divider graph and axis number alignment - Reusing existing numerical labels when the value doesn't change or barely changed - Fix incorrect values for gauges in counter display elements using SMA - Ensure RNSM counters display 1 rather than 1,000 milli - Use infinity rather than float.Min for counter config bounds - Reduce vertices in graphs with large sample count
- Loading branch information
Unity Technologies
committed
Jun 15, 2022
1 parent
27bd672
commit d8f6369
Showing
77 changed files
with
3,175 additions
and
456 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,4 @@ | ||
system: jira | ||
server: jira.unity3d.com | ||
project: MTL | ||
issuetype: Bug |
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,24 @@ | ||
## Purpose of this PR | ||
_Describe the purpose of the PR_ | ||
- [ ] **CHANGELOG** updated with all public facing changes (API changes, UI/UX changes, behaviour changes) | ||
- [ ] No need to update the **CHANGELOG** | ||
|
||
## Jira ticket | ||
_Full link to related jira ticket_ | ||
|
||
## Functional Testing | ||
_Have you performed:_ | ||
- [ ] `Manual testing` | ||
|
||
## Performance Testing | ||
_**Remove this section if not applicable** - describe the performance testing done_ | ||
|
||
## Overall Changes Risks | ||
_Does the change require QA team to_ | ||
- [ ] `Review automated tests` | ||
- [ ] `Execute manual tests` | ||
|
||
If any boxes above are checked, please add QA as a PR reviewer. | ||
|
||
## UI and Visual Changes | ||
_**Remove this section if not applicable** - Add images of the visual before and after your changes_ |
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
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
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
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
Oops, something went wrong.