SDDSlib
|
Provides functions for collecting run-time statistics such as CPU time, memory usage, I/O counts, and elapsed time. More...
#include "mdb.h"
Go to the source code of this file.
Provides functions for collecting run-time statistics such as CPU time, memory usage, I/O counts, and elapsed time.
This file contains implementations of functions like init_stats()
, cpu_time()
, memory_count()
, and others, which collect various run-time statistics. The implementations vary depending on the operating system (VAX/VMS, SUN UNIX, Linux, Solaris, etc.). The functions utilize system-specific libraries and system calls to retrieve the necessary information.
Definition in file timer.c.