Skip to content
Snippets Groups Projects
Commit bc8ff67c authored by Elizabeth Baker's avatar Elizabeth Baker
Browse files

Log Process finishes within delta time

parent e2150977
Branches
No related tags found
No related merge requests found
...@@ -225,7 +225,6 @@ int main(int argc, char *argv[]) { ...@@ -225,7 +225,6 @@ int main(int argc, char *argv[]) {
} }
} }
} }
currentTime += deltaTime; currentTime += deltaTime;
// update time CPU totalExecutionTimeRemaining and advance processes // update time CPU totalExecutionTimeRemaining and advance processes
for (int j = 0; j < numCPU; j++) { for (int j = 0; j < numCPU; j++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment