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

Align data by timestamp #8

Open
1 task
godelstheory opened this issue Dec 11, 2018 · 2 comments
Open
1 task

Align data by timestamp #8

godelstheory opened this issue Dec 11, 2018 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@godelstheory
Copy link
Owner

Current methodology converts timestamps to seconds since day start. Though convenient and quick, it runs into the issue when midnight occurs. When moving to larger scale automation of the experiments, where an experiment could easily be performed with a local clock near the midnight hour, errors wills occur.

  • In data_munge.R the methods should either merge the data sets by timestamp, or ensure that the conversion of seconds accounts for the day.
@godelstheory godelstheory added bug Something isn't working enhancement New feature or request labels Dec 11, 2018
@godelstheory godelstheory self-assigned this Dec 11, 2018
@godelstheory
Copy link
Owner Author

Actually, Intel Power Gadget doesn't appear to add day information! This might be added if the data is collected past midnight. Needs to be tested.

  • Determine if day information is added to IPG output, if the clock goes past a midnight.

@godelstheory
Copy link
Owner Author

Maybe RDTSC solves the problem? From what I can glean, it doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant