ATLAS Offline Software
Loading...
Searching...
No Matches
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
9extern "C" {
10#endif
11
12typedef int CheckPointPos_t;
13
14/* set a new check point, which will become current */
16
17/* consolidate the check point with the general memory tracking */
19
20/* print out statistics for the given check point */
22
23#ifdef __cplusplus
24} /* extern "C" */
25#endif
26
27#endif /* !HEPHAESTUS_CHECKPOINTS_H */
int hhh_check(CheckPointPos_t)
int hhh_setCheckPoint(void)
int hhh_clearCheckPoint(CheckPointPos_t)
int CheckPointPos_t
Definition CheckPoints.h:12