Fade2D Documentation pages v2.15
Performance.h
Go to the documentation of this file.
1
// Copyright (C) Geom Software e.U, Bernhard Kornberger, Graz/Austria
2
//
3
// This file is part of the Fade2D library. The student license is free
4
// of charge and covers personal non-commercial research. Licensees
5
// holding a commercial license may use this file in accordance with
6
// the Commercial License Agreement.
7
//
8
// This software is provided AS IS with NO WARRANTY OF ANY KIND,
9
// INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS
10
// FOR A PARTICULAR PURPOSE.
11
//
12
// Please contact the author if any conditions of this licensing are
13
// not clear to you.
14
//
15
// Author: Bernhard Kornberger, bkorn (at) geom.at
16
// http://www.geom.at
17
19
#pragma once
20
#include "common.h"
21
#if GEOM_PSEUDO3D==GEOM_TRUE
22
namespace
GEOM_FADE25D {
23
#elif GEOM_PSEUDO3D==GEOM_FALSE
24
namespace
GEOM_FADE2D {
25
#else
26
#error GEOM_PSEUDO3D is not defined
27
#endif
28
29
39
CLASS_DECLSPEC
40
double
timer
(
const
char
* cstr);
41
42
}
// (namespace)
GEOM_FADE2D::timer
double timer(const char *cstr)
Timer.
Performance.h