ATLAS Offline Software
Control
Hephaestus
Hephaestus
CheckPoints.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HEPHAESTUS_CHECKPOINTS_H
6
#define HEPHAESTUS_CHECKPOINTS_H
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
typedef
int
CheckPointPos_t
;
13
14
/* set a new check point, which will become current */
15
int
hhh_setCheckPoint
(
void
);
16
17
/* consolidate the check point with the general memory tracking */
18
int
hhh_clearCheckPoint
(
CheckPointPos_t
);
19
20
/* print out statistics for the given check point */
21
int
hhh_check
(
CheckPointPos_t
);
22
23
#ifdef __cplusplus
24
}
/* extern "C" */
25
#endif
26
27
#endif
/* !HEPHAESTUS_CHECKPOINTS_H */
hhh_clearCheckPoint
int hhh_clearCheckPoint(CheckPointPos_t)
CheckPointPos_t
int CheckPointPos_t
Definition:
CheckPoints.h:12
hhh_check
int hhh_check(CheckPointPos_t)
hhh_setCheckPoint
int hhh_setCheckPoint(void)
Generated on Thu Jan 2 2025 21:08:12 for ATLAS Offline Software by
1.8.18