Progress Meter

This program allows monitoring of loop. Only Array.each and Hash.each are supported right now, each type of loop must be supported separately.

To use it, just require ‘progress-meter’. This will hook all supported loop functions with the monitoring code. To actually activate the monitoring call Progress.monitor, this will activate monitoring of the next loop that is of a supported type.

See samples/ directory for an example.

CAVEATS

Progress meters are printed in successive lines above the current one. So they might erase what was written before. The cursor does not really return to the original position after printing the reports, just to the original line.

BUGS

Please report bugs to mikisvaz at yahoo com.

LICENSE

(The MIT License)

Copyright © 2007 Miguel Vazquez Garcia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.