Add support for simple profile benchmarks
[fio.git] / profiles.h
CommitLineData
9ac8a797
JA
1#ifndef FIO_PROFILE_H
2#define FIO_PROFILE_H
3
4enum {
5 PROFILE_NONE = 0,
6 PROFILE_TIOBENCH = 1,
7 PROFILE_END = 2,
8};
9
10#endif