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: cycle tracker test program #1276

Conversation

ratankaliani
Copy link
Member

@ratankaliani ratankaliani commented Aug 7, 2024

Add another cycle tracking program as an example in the cycle-tracking folder to demonstrate cycle-tracker-report.

While debugging CI on this PR, I found that we don't copy the ELF correctly when specifying the binary flag, merged in #1279 to resolve.

@ratankaliani ratankaliani marked this pull request as draft August 7, 2024 02:48
@ratankaliani ratankaliani changed the base branch from dev to ratan/add-cycle-tracker-report August 7, 2024 02:48
@@ -15,13 +15,13 @@ pub fn main() {
let mut nums = vec![1, 1];

// Setup a large vector with Fibonacci-esque numbers.
println!("cycle-tracker-start: setup");
println!("cycle-tracker-report-start: setup");
Copy link
Contributor

Choose a reason for hiding this comment

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

can we add this as another example? because i think we reference this in our docs

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes

@ratankaliani ratankaliani marked this pull request as ready for review August 7, 2024 06:04
@ratankaliani ratankaliani merged commit 5005138 into ratan/add-cycle-tracker-report Aug 7, 2024
6 checks passed
@ratankaliani ratankaliani deleted the ratan/cycle-tracking-program-execution branch August 7, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants