home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!wupost!uwm.edu!bionet!ucselx!crash!tech
- From: tech@crash.cts.com (Don Bontemps)
- Newsgroups: comp.lang.pascal
- Subject: Re: Standard pascal question...
- Message-ID: <1992Jul29.044917.22804@crash.cts.com>
- Date: 29 Jul 92 04:49:17 GMT
- References: <151c6vINN1d9@scout.ksu.ksu.edu>
- Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
- Lines: 11
-
- In article <151c6vINN1d9@scout.ksu.ksu.edu> misra@scout.ksu.ksu.edu (Boo!) writes:
- >
- > I hope some of you can help me out here. I am writting some sorting
- >routines and i would like to time how long it takes the program to sort
- >Is there any function in TP5.5 that will allow me to do this? Like
- >print the time of start and finish..?? Thanks.. alot.. take care..
-
- Well you already suggested the answer. Read the system clock before
- and after your routine. The difference between the two will be your
- sort time. This method is not the most accurate but it sure it the
- easiest.
-