Subversion Repositories gelsvn

Rev

Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 448 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/**
-
 
8
 * @file Timer.h
-
 
9
 * @brief Wall clock timing.
-
 
10
 */
-
 
11
 
1
#ifndef __UTIL_OSTIMER_H__
12
#ifndef __UTIL_OSTIMER_H__
2
#define __UTIL_OSTIMER_H__
13
#define __UTIL_OSTIMER_H__
3
 
14
 
4
// Created by bdl 5. april 2002
15
// Created by bdl 5. april 2002
5
// The purpose of this file is to make a timer function that is as 
16
// The purpose of this file is to make a timer function that is as