Newsgroups: comp.parallel.pvm
From: fantauzz@pluto.sm.dsi.unimi.it (Francesco Fantauzzi)
Subject: Re: Measuring preformance of parallel program using PVM.
Organization: Computer Science Dep. - Milan University
Date: 8 May 1995 12:12:21 GMT
Message-ID: <3ol1r5$s4v@ghost.sm.dsi.unimi.it>

In <3oaojk$jr@unidhp.uni-c.dk> immos@srv1.gbar.dtu.dk (Ole Stauning) writes:

>Hi all.

> [...]
>Is it possible to measure the preformance if the processes does'nt
>get the same cpu-power??

Of course. You should ask you Operating System about CPU usage.... surely
there is a way to do it.
With IBM RISC/6000 and C language, for example, I can use getrusage() and
vtime() functions.

Enjoy,
   Francesco G. Fantauzzi

