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 experiment: Count the time for the each steal #10

Closed
wants to merge 4 commits into from

Conversation

miguelpinia
Copy link
Owner

Add an experiment to count the time done by each call to the steal method. This could be done using a flag to activate variables to keep to count of the time.

Once this is done, calculate the movil average, min and max of time in every execution for each algorithm of idempotent and of the work-stealing non-concurrent.

Esta medición es activada a través de una bandera booleana.
Cambia de linea actualización de indice del head utilizado en la
estructura de datos. Si el hilo ladrón no encontraba algo que robar y
no se actualizaba la estructura concurrente, este índice seguía
avanzando hasta que causara un IndexOutOfBoundsException.
@miguelpinia miguelpinia closed this Sep 1, 2020
@miguelpinia miguelpinia deleted the feature/010-steal branch September 1, 2020 21:26
@miguelpinia miguelpinia added this to the v1.4 milestone Sep 1, 2020
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.

None yet

1 participant