888302acfbfa5b665ba23fe2ae25099caab1f673
[libfirm] / ir / stat / stat_dmp.h
1 #include "firmstat_t.h"
2
3 /**
4  * The simple human readable dumper.
5  */
6 extern const dumper_t simple_dumper;
7
8 /**
9  * the comma separated list dumper
10  *
11  * @note Limited capabilities, mostly for the Firm paper
12  */
13 extern const dumper_t csv_dumper;