koordlet: fix cpi collector return value sequence#909
Conversation
Signed-off-by: songtao98 <songtao2603060@gmail.com>
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zwzhang0107 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportBase: 66.63% // Head: 66.64% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #909 +/- ##
=======================================
Coverage 66.63% 66.64%
=======================================
Files 238 238
Lines 27675 27682 +7
=======================================
+ Hits 18442 18449 +7
Misses 7965 7965
Partials 1268 1268
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: songtao98 <songtao2603060@gmail.com>
Signed-off-by: songtao98 <songtao2603060@gmail.com>
Signed-off-by: songtao98 songtao2603060@gmail.com
Ⅰ. Describe what this PR does
Previously the cpi collector utils has a return value sequence bug, which reverses the sequence of
cyclesandinstructions, leading that when compute CPI we actually get the reciprocal of it.Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test