Functions

K:/Projects/scplusplus/gpl_releases/nttw/src/timing.c File Reference

High Resolution Timing Source for the NTTW C Library. More...

#include "timing.h"
Include dependency graph for timing.c:

Go to the source code of this file.

Functions

struct timespec diff_times (const struct timespec start, const struct timespec end)

Detailed Description

High Resolution Timing Source for the NTTW C Library.

NTTW High Resolution Timing Module

This file implements the functions that wrap all the OS dependent high resolution timing functions. Only supports Windows and POSIX (including Linux) Operating Systems.

This file is part of NTTW Library.

NTTW is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

NTTW is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with NTTW. If not, see <http://www.gnu.org/licenses/>.

Author:
Shekhar S. Chandra, 2009

Definition in file timing.c.