{"id":27290315,"url":"https://github.com/dylanmuir/parforprogmon","last_synced_at":"2025-07-20T14:32:02.718Z","repository":{"id":87510705,"uuid":"73095197","full_name":"DylanMuir/ParforProgMon","owner":"DylanMuir","description":"Progress monitor for matlab parfor (parallel) loops","archived":false,"fork":false,"pushed_at":"2018-11-12T06:54:09.000Z","size":31,"stargazers_count":12,"open_issues_count":2,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:35:04.782Z","etag":null,"topics":["loop","matlab","parallel","parfor","progress-monitor"],"latest_commit_sha":null,"homepage":"dylan-muir.com","language":"Matlab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DylanMuir.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-07T15:54:51.000Z","updated_at":"2023-03-09T01:37:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"132a1352-9eda-4521-89a5-23858413cc57","html_url":"https://github.com/DylanMuir/ParforProgMon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DylanMuir/ParforProgMon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanMuir%2FParforProgMon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanMuir%2FParforProgMon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanMuir%2FParforProgMon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanMuir%2FParforProgMon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DylanMuir","download_url":"https://codeload.github.com/DylanMuir/ParforProgMon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanMuir%2FParforProgMon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266139681,"owners_count":23882519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loop","matlab","parallel","parfor","progress-monitor"],"created_at":"2025-04-11T21:28:08.319Z","updated_at":"2025-07-20T14:32:02.658Z","avatar_url":"https://github.com/DylanMuir.png","language":"Matlab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parfor progress monitor\n\u003cimg align=\"right\" src=\"https://github.com/DylanMuir/ParforProgMon/raw/master/progress_bar.png\" /\u003e\n\n## A Java-based `Matlab` class for progress monitoring during a `parfor` loop\n\n### Usage\nBegin by creating a parallel pool.\n \nThen construct a ParforProgMon object:\n\n    ppm = ParforProgMon(strWindowTitle, nNumIterations \u003c, nProgressStepSize, nWidth, nHeight\u003e);\n \n `strWindowTitle` is a string containing the title of the progress bar\n  window. `nNumIterations` is an integer with the total number of\n  iterations in the loop.\n \n#### Optional arguments\n  `nProgressStepSize` specifies to update the progress bar every time this\n  number of steps passes. `nWidth` and `nHeight` specify the size of the\n  progress window.\n \nWithin the `parfor` loop:\n\n    parfor (nIndex = 1:nNumIterations)\n       ppm.increment();\n    end\n\n### Credits\n[Parfor Progress monitor](https://www.mathworks.com/matlabcentral/fileexchange/24594-parfor-progress-monitor)\n\n[Parfor Progress monitor v2](https://www.mathworks.com/matlabcentral/fileexchange/31673-parfor-progress-monitor-v2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmuir%2Fparforprogmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanmuir%2Fparforprogmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmuir%2Fparforprogmon/lists"}