mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Benchmark_IO cleaner output
This commit is contained in:
parent
5f893bf9af
commit
b0d61b9687
@ -50,8 +50,11 @@ void stats(Mat &mean, Mat &stdDev, const std::vector<Mat> &data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define grid_printf(...) \
|
#define grid_printf(...) \
|
||||||
MSG << "";\
|
{\
|
||||||
printf(__VA_ARGS__);
|
char _buf[1024];\
|
||||||
|
sprintf(_buf, __VA_ARGS__);\
|
||||||
|
MSG << _buf;\
|
||||||
|
}
|
||||||
|
|
||||||
enum {sRead = 0, sWrite = 1, gRead = 2, gWrite = 3};
|
enum {sRead = 0, sWrite = 1, gRead = 2, gWrite = 3};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user