/** Benchmarks for VILLASfpga * * @file * @author Steffen Vogel * @copyright 2015-2016, Steffen Vogel * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. * Unauthorized copying of this file, via any medium is strictly prohibited. **********************************************************************************/ #ifndef _BENCH_H_ #define _BENCH_H_ #include "nodes/vfpga.h" int bench_memcpy(struct vfpga *f); int bench_memcpy(struct vfpga *f); int bench_dm(struct vfpga *f); #endif /* _BENCH_H_ */