mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
21 lines
No EOL
581 B
C
21 lines
No EOL
581 B
C
/** Benchmarks for VILLASfpga
|
|
*
|
|
* @file
|
|
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
|
* @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_ */ |