-
Notifications
You must be signed in to change notification settings - Fork 425
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] Add timing module in lib_ccxr
#1640
[FEAT] Add timing module in lib_ccxr
#1640
Conversation
@prateekmedia Can you run |
@PunitLodha You can review the PR |
@IshanGrover2004 could you fix the conflict? |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results, when compared to test for commit 1a13bbb...:
All tests passing on the master branch were passed completely. NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
Check the result page for more info. |
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit 1a13bbb...:
All tests passing on the master branch were passed completely. NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
Check the result page for more info. |
@PunitLodha I think you can merge this, this PR is fine ig |
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Closes #1558
This PR adds types and functions to store and calculate timing related information during the decoding process. The functions are integrated into C.
After this PR merge,
ccx_common_timing.c
&ccx_common_timing.h
file is completed ported to rust