plastimatch
Loading...
Searching...
No Matches
plm_timer.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_timer_h_
5#define _plm_timer_h_
6
7#include "plmsys_config.h"
8
10
12public:
13 Plm_timer ();
14 ~Plm_timer ();
15
16 void start ();
17 void stop ();
18 void reset ();
19 void resume ();
20 double report ();
21private:
22 Plm_timer_private *d_ptr;
23};
24
25#endif
Definition plm_timer_p.h:12
Definition plm_timer.h:11
#define PLMSYS_API
Definition plmsys_config.h:19