MAiNGO
getTime.h
Go to the documentation of this file.
1 /**********************************************************************************
2  * Copyright (c) 2019 Process Systems Engineering (AVT.SVT), RWTH Aachen University
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License 2.0 which is available at
6  * http://www.eclipse.org/legal/epl-2.0.
7  *
8  * SPDX-License-Identifier: EPL-2.0
9  *
10  **********************************************************************************/
11 
12 #pragma once
13 
14 
15 namespace maingo {
16 
20 double get_cpu_time();
21 
25 double get_wall_time();
26 
27 } // namespace maingo
double get_cpu_time()
Function for querying CPU time of the process.
Definition: getTime.cpp:38
double get_wall_time()
Function for querying wall clock time of the process.
Definition: getTime.cpp:72
namespace holding all essentials of MAiNGO
Definition: aleModel.h:25