Skip to content

Conversation

@julpul
Copy link

@julpul julpul commented Nov 27, 2025

Hi,
this PR rename timing helpers, commited changes:

get_cycles_to_duration -> cycles_to_duration
get_cycles_to_ms _> get_cycles_to_ms

Fixes #179

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@lawkai-vivo
Copy link
Contributor

build_prs #189

@github-actions
Copy link

@@ -0,0 +1,98 @@
# This file is automatically @generated by Cargo.
Copy link
Contributor

Choose a reason for hiding this comment

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

We are not using cargo to build our project, please check https://vivoblueos.github.io/book to getting started.

}

pub(crate) fn get_cycles_to_duration(cycles: u64) -> core::time::Duration {
pub(crate) fn cycles_to_duration(cycles: u64) -> core::time::Duration {
Copy link
Contributor

Choose a reason for hiding this comment

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

Are there any code calling these functions?

Copy link
Author

@julpul julpul Nov 28, 2025

Choose a reason for hiding this comment

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

No, they are not in usage

@github-actions
Copy link

✅ All jobs completed successfully, see https://github.com/vivoblueos/kernel/actions/runs/19752362119.

@lawkai-vivo lawkai-vivo changed the title Rename timing helper functions (Fixes #179) Rename timing helper functions Nov 28, 2025
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.

Rename coversion function name

3 participants