Next: , Previous: Run, Up: Commands


10.3.36 Rusage: Resource usage

General Form:

          rusage [resource ...]

Print resource usage statistics. If any resources are given, just print the usage of that resource. Most resources require that a circuit be loaded. Currently valid resources are:

elapsed The amount of time elapsed since the last rusage elapsed call. faults Number of page faults and context switches (BSD only). space Data space used. time CPU time used so far.

temp Operating temperature. tnom Temperature at which device parameters were measured. equations Circuit Equations

time Total Analysis Time totiter Total iterations accept Accepted timepoints rejected Rejected timepoints

loadtime Time spent loading the circuit matrix and RHS. reordertime Matrix reordering time lutime L-U decomposition time solvetime Matrix solve time

trantime Transient analysis time tranpoints Transient timepoints traniter Transient iterations trancuriters Transient iterations for the last time point* tranlutime Transient L-U decomposition time transolvetime Transient matrix solve time

everything All of the above.

* listed incorrectly as "Transient iterations per point".