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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!caip!nike!ucbcad!ucbvax!SU-SIERRA.ARPA!Bryan From: Bryan@SU-SIERRA.ARPA.UUCP Newsgroups: net.lang.ada Subject: CPU Timer on VADS Needed Message-ID: <12222213850.15.BRYAN@su-sierra.arpa> Date: Sat, 12-Jul-86 21:05:53 EDT Article-I.D.: su-sierr.12222213850.15.BRYAN Posted: Sat Jul 12 21:05:53 1986 Date-Received: Sun, 13-Jul-86 00:32:20 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: We have just acquired a Sequent B8000 running BSD4.2 Unix, and the Verdix compiler. Has anyone written a CPU timer interface to Unix that can be called from Ada? Would appreciate any leads. To be specific, we need a package body that implements the following spec: package Cpu_Timer is function Cpu return Duration; -- returns accumulated Cpu for a process end Cpu_Timer; Thanks in advance. Doug & Geoff -------