Algorithm for determining % complete of a program
- From: mross462@xxxxxxxxx
- Date: 25 Jul 2006 14:34:44 -0700
Hello all,
I'm wondering if there someone could help me investigate an algorithm
for determining the progression status (% complete) of an application
that I'm currently working on. It currently has 4 phases where
different data can be obtained from the program to obtain this
progression status. The application is devided into the following sub
processes, with their corresponding data references.
1. Intialization of objects. (# of types of objects are known)
2. Reading and validating each member of a particular object from a
file. (# of bytes in file read)
3. Validating objects with common values (# of objects with common
values known)
4. Writing a file with the validity tags and addresses of objects (Same
as above)
5. Removing all objects and clearing memory (same as above)
If anyone could point me in a good direction, it would be appreciated.
Thanks
.
- Follow-Ups:
- Re: Algorithm for determining % complete of a program
- From: bhoover@xxxxxxxx
- Re: Algorithm for determining % complete of a program
- From: rossum
- Re: Algorithm for determining % complete of a program
- From: Dave
- Re: Algorithm for determining % complete of a program
- From: Harold
- Re: Algorithm for determining % complete of a program
- Prev by Date: Re: Trial/Shareware software host service ?
- Next by Date: Algorithm for determining % complete of a program
- Previous by thread: data structure for dynamic spread***?
- Next by thread: Re: Algorithm for determining % complete of a program
- Index(es):