DOKK / manpages / debian 10 / alliance / mbkps.3.en
MBKPS(3) MBK UTILITY FUNCTIONS MBKPS(3)

mbkps - mbk process state

See the file buster/alliance/alc_origin.1.en.gz.

#include "mut.h"
void mbkps()

mbkps does some functions calls and gathers informations about time and memory spend during a program run. encouraged.

#include "mut.h"
#include "mlo.h"
lofig_list ∗check_flat(pt)
lofig_list ∗pt;
{
	mbkps();
	pt = rflattenlofig(pt, YES, NO);
	mbkps();
	return pt;
}

that would output something like :

mbk stats          : 1 call
user     time      : 0 sec
system   time      : 0 sec
real     size      : 504 k
mbkalloc peak size : 68 k
mallinfo size      : 96 k
mbk stats          : 2 call
user     time      : 1 sec
system   time      : 0 sec
real     size      : 924 k
mbkalloc peak size : 2560 k
mallinfo size      : 512 k

mbk(1), getrusage(3), mallinfo(3V).

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6