From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!srcsip!grizzly!thompson From: thompson@SRC.Honeywell.COM (Todd Thompson) Newsgroups: comp.lang.ada Subject: cpu time VS. calendar time Message-ID: <84027@srcsip.UUCP> Date: 30 Jul 90 19:47:52 GMT Sender: news@src.honeywell.COM List-Id: We are trying to find out how much cpu time a procedure or function call takes. We've found the calendar package with function clock. Is there an equivilant which will give me cpu time? TIA. Todd Thompson