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

Use cycles instead of gettimeofday to avoid more system time #11

Open
rbertran opened this issue Jun 17, 2019 · 0 comments
Open

Use cycles instead of gettimeofday to avoid more system time #11

rbertran opened this issue Jun 17, 2019 · 0 comments

Comments

@rbertran
Copy link
Collaborator

rbertran commented Jun 17, 2019

gettimeofday is too coarse-grain timing facility. Better implement architecture dependent functions to get execution cycles without overheads.

This is related to accurate profiling of the different parts of the library.

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

No branches or pull requests

1 participant