beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / stat / stat_dmp.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Statistics for Firm. Dumping.
9  * @author  Michael Beck
10  */
11 #ifndef FIRM_STAT_STAT_DMP_H
12 #define FIRM_STAT_STAT_DMP_H
13
14 #include "firmstat_t.h"
15
16 /**
17  * The simple human readable dumper.
18  */
19 extern const dumper_t simple_dumper;
20
21 /**
22  * the comma separated list dumper
23  *
24  * @note Limited capabilities, mostly for the Firm paper
25  */
26 extern const dumper_t csv_dumper;
27
28 #endif /* FIRM_STAT_STAT_DMP_H */