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

Sim trace update #249

Merged

Conversation

DanteNiewenhuis
Copy link
Contributor

Summary

Changed the Sim Trace format.

Fragments do not have a timestamp connected to them, but only a duration.
Fragments are executed in order.

Tasks do not have a start and stop time, but rather a submission time, and a duration.

This new implementation makes the overall system more flexible allowing for fragment injection, and scaling.

Implementation Notes ⚒️

  • Briefly outline the overall technical solution. If necessary, identify talking points where the reviewer's attention should be drawn to.

External Dependencies 🍀

Breaking API Changes ⚠️

Simply specify none (N/A) if not applicable.

@DanteNiewenhuis DanteNiewenhuis merged commit 3f05c61 into atlarge-research:master Sep 5, 2024
4 checks passed
@DanteNiewenhuis DanteNiewenhuis deleted the SimTraceUpdate branch September 5, 2024 13:28
sacheendra pushed a commit to sacheendra/opendc that referenced this pull request Sep 12, 2024
* Started on reimplementing the SimTrace implementation

* updated trace format. Fragments now do not have a deadline, but a duration. The Fragments are executed in order.
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.

2 participants