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

Add task_clock as additional counter used with perf counters #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlb6740
Copy link
Collaborator

@jlb6740 jlb6740 commented Dec 16, 2022

Currently all of sightglass's measuring units are tied processor events which is only useful in comparing performance where the cpu remains constant. This patch adds cpu time software counter as calculated by the kernel.

Currently all of sightglass's measuring units are tied processor events
which is only useful in comparing performance where the cpu remains
constant. This patch adds cpu time software counter as calculated by
the kernel.
@fitzgen
Copy link
Member

fitzgen commented Jan 3, 2023

The CI failure looks like we need to update our rustc in CI.

@fitzgen
Copy link
Member

fitzgen commented Jan 3, 2023

#218 should fix the CI issue.

Copy link
Collaborator

@abrown abrown left a comment

Choose a reason for hiding this comment

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

LGTM with the CI fixed.

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.

3 participants