|
NAMEviewbddsysteminfo - displays statistical information. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void viewbddsysteminfo( BddSystem ) PARAMETERS
DESCRIPTIONviewbddsysteminfo provides statistical information on the bdd system BddSystem, for example the perfomance of the different caches. If a null pointer is given, the default bdd system is used. RETURN VALUEviewbddsysteminfo returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) viewbddsystem(3). See the file man1/alc_bug_report.1.
|