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

Is system call time/cycles considered ? #64

Open
salilkapur opened this issue Apr 6, 2018 · 1 comment
Open

Is system call time/cycles considered ? #64

salilkapur opened this issue Apr 6, 2018 · 1 comment

Comments

@salilkapur
Copy link

I tried to implement a custom system call.

Following is my diff: https://gist.github.com/salilkapur/a513a604139832657042571520049dee

When I check the number of cycles my program takes I dont see any change in the cycle count when I call the code without the system call.
What could be happening here? I am calling my system call like this: https://gist.github.com/salilkapur/e7931c7a90a3dca904932ff14b9154db

Any help would be appreciated.

@stardica
Copy link
Collaborator

stardica commented Apr 6, 2018 via email

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

2 participants