Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added statistics recollection and visualization #85

Merged
merged 21 commits into from
Mar 9, 2024

Conversation

endes0
Copy link
Member

@endes0 endes0 commented Mar 3, 2024

With this PR, we finally can close #9!.

This PR basically add the functionality of recollecting and showing some interesting measures of the execution of a program on the superscalar and VLIW machine. It also works on batch execution mode. In fact, while I was working on testing and implementing this feature on this mode, I discovered and fixed some bugs. There are some others that need more working and should be done in another PR(ex see #84 ).

This PR also removes Polyfill as it was breaking JS Map object

@oxcabe oxcabe added core-dev feature Items that consist of adding additional functionality labels Mar 6, 2024
@oxcabe oxcabe requested review from ccetsii and removed request for ccetsii March 6, 2024 17:44
@endes0 endes0 marked this pull request as ready for review March 7, 2024 18:09
@endes0 endes0 requested a review from oxcabe March 7, 2024 18:09
public/locales/en/common.json Outdated Show resolved Hide resolved
src/core/Common/FunctionalUnit.ts Outdated Show resolved Hide resolved
src/core/Superescalar/PrefetchUnit.ts Outdated Show resolved Hide resolved
src/core/Superescalar/ReorderBuffer.ts Outdated Show resolved Hide resolved
src/core/Superescalar/ReorderBuffer.ts Outdated Show resolved Hide resolved
src/core/Superescalar/ReorderBuffer.ts Outdated Show resolved Hide resolved
src/core/Superescalar/ReserveStation.ts Outdated Show resolved Hide resolved
src/interface/actions/stats-actions.ts Outdated Show resolved Hide resolved
@endes0 endes0 requested a review from oxcabe March 8, 2024 16:43
Copy link
Member

@oxcabe oxcabe left a comment

Choose a reason for hiding this comment

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

LGTM

@oxcabe oxcabe merged commit 8c6b1a4 into SIMDE-ULL:main Mar 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-dev feature Items that consist of adding additional functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add other measures of performance
2 participants