fixed output
[libfirm] / ir / stat / stat_dmp.h
1 #ifndef _STAT_DMP_H
2 #define _STAT_DMP_H
3
4 #include "firmstat_t.h"
5
6 /**
7  * The simple human readable dumper.
8  */
9 extern const dumper_t simple_dumper;
10
11 /**
12  * the comma separated list dumper
13  *
14  * @note Limited capabilities, mostly for the Firm paper
15  */
16 extern const dumper_t csv_dumper;
17
18 #endif /* _STAT_DMP_H */