SDDSlib
Loading...
Searching...
No Matches
timer.c File Reference

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.

Detailed Description

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.

License
This file is distributed under the terms of the Software License Agreement found in the file LICENSE included with this distribution.
Author
M. Borland, C Saunders, R. Soliday, Y. Wang

Definition in file timer.c.