Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@cesarzc
Copy link
Contributor

@cesarzc cesarzc commented Sep 21, 2020

  • Refactor code a bit to be able to make performance tracking more widely available.

  • Better perfomance tracking methods.

  • Apply suggestions from code review

Co-authored-by: Sarah Marshall 33814365+samarsha@users.noreply.github.com

  • Log error when something goes wrong while tracking performance.

  • Made two source files nullable enabled.

Co-authored-by: Sarah Marshall 33814365+samarsha@users.noreply.github.com

* Refactor code a bit to be able to make performance tracking more widely available.

* Better perfomance tracking methods.

* It works, clean-up pending.

* Clean-up before publishing PR.

* Apply suggestions from code review

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Log error when somwthing goes wrong while tracking performance.

* Made two source files nullable enabled.

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
@cesarzc
Copy link
Contributor Author

cesarzc commented Sep 21, 2020

This changes have already been reviewed in PR #590. This new PR is created because the feature branch in which the previous PR was merged (feature/perf-tracking-additions) was based on master and after its rename to main, it can no longer be seamlessly updated.

This PR cherry-picks the commit from feature/perf-tracking-additions into a new feature branch (feature/performance-tracking-improvements based on the latest main.

Copy link
Contributor

@bamarsha bamarsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new PR is created because the feature branch in which the previous PR was merged (feature/perf-tracking-additions) was based on master and after its rename to main, it can no longer be seamlessly updated.

This surprises me, because renaming a branch shouldn't affect merges in Git.

@cesarzc cesarzc merged commit 4b02493 into feature/performance-tracking-improvements Sep 23, 2020
cesarzc added a commit that referenced this pull request Dec 10, 2020
* Reference loading performance accounting breakdown. (#590) (#630)

* Refactor code a bit to be able to make performance tracking more widely available.

* Better perfomance tracking methods.

* It works, clean-up pending.

* Clean-up before publishing PR.

* Apply suggestions from code review

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Log error when somwthing goes wrong while tracking performance.

* Made two source files nullable enabled.

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Added performance tracking for specific rewrite steps based off the name field of the step.

* Use a separate Task enum value for specific rewrite steps.

* Made description more consistent.

* Moved start of rewrite steps task. Removed whitespace from details.

* Make sure a suffix can only be added to leaf tasks.

* PR comments

* Fixed build issues that arised from merging 'main' into 'feature/performance-tracking-improvements'.

* Add performance tracking tests (#713)

* Expanded compilation tracker interface.

* Added performance tracking tests.

* Fixed project file.

* Created CompilationTrackerTests.fs source file.

* Added a few more test cases in F#.

* Added more test cases to validate time accounting.

* Added expcetion-based test cases.

* Removed Tests.PerformanceTracking C# project.

* Use built-in Assert.Throws.

* Apply suggestions from code review

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Format type annotations.

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Remove pragma directive that is no longer needed.

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
Co-authored-by: Scott Carda <sccarda@microsoft.com>
Co-authored-by: Scott Carda <55811729+ScottCarda-MS@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants