Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
Performance
bin
Stopwatch.h
Go to the documentation of this file.
1
2
#include <time.h>
3
4
typedef
struct
{
5
int
running
;
/* boolean */
6
double
last_time
;
7
double
total
;
8
9
} *
Stopwatch
,
Stopwatch_struct
;
10
11
12
13
double
seconds
();
14
15
void
Stopwtach_reset
(
Stopwatch
Q);
16
17
Stopwatch
new_Stopwatch
(
void
);
18
void
Stopwatch_delete
(
Stopwatch
S
);
19
void
Stopwatch_start
(
Stopwatch
Q);
20
void
Stopwatch_resume
(
Stopwatch
Q);
21
void
Stopwatch_stop
(
Stopwatch
Q);
22
double
Stopwatch_read
(
Stopwatch
Q);
23
seconds
double seconds()
Stopwatch_delete
void Stopwatch_delete(Stopwatch S)
Stopwtach_reset
void Stopwtach_reset(Stopwatch Q)
new_Stopwatch
Stopwatch new_Stopwatch(void)
Stopwatch::last_time
double last_time
Definition:
Stopwatch.h:6
Stopwatch_stop
void Stopwatch_stop(Stopwatch Q)
Stopwatch_start
void Stopwatch_start(Stopwatch Q)
Stopwatch::total
double total
Definition:
Stopwatch.h:7
S
double S(const TLorentzVector &, const TLorentzVector &)
Definition:
Particle.cc:99
Stopwatch_struct
struct Stopwatch Stopwatch_struct
Stopwatch_resume
void Stopwatch_resume(Stopwatch Q)
Stopwatch_read
double Stopwatch_read(Stopwatch Q)
Stopwatch
Definition:
Stopwatch.h:4
Stopwatch::running
int running
Definition:
Stopwatch.h:5
Generated for CMSSW Reference Manual by
1.8.5