Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_CTimeMonitor.h
1// @HEADER
2// *****************************************************************************
3// Teuchos: Common Tools Package
4//
5// Copyright 2004 NTESS and the Teuchos contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef TEUCHOS_CTIMEMONITOR_H
11#define TEUCHOS_CTIMEMONITOR_H
12
17#ifdef __cplusplus
18extern "C" {
19#endif
20
40int Teuchos_startTimer( char timerName[], int timerID );
41
57void Teuchos_stopTimer( int timerID );
58
59#ifdef __cplusplus
60} /* extern "C" */
61#endif
62
63#endif /* TEUCHOS_CTIMEMONITOR_H */