perf: overflow test

Change-Id: Ic7aa0d99ae9a5b7d3ce4436129a360275e6937ca
refs: #1358
This commit is contained in:
TOIDA,Suguru
2019-12-16 13:35:52 +09:00
parent 305511b48f
commit 1a204b6674
18 changed files with 907 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* simple_test.h COPYRIGHT FUJITSU LIMITED 2019 */
#ifndef _SIMPLE_TEST_H_
#define _SIMPLE_TEST_H_
#include "perf_common.h"
int simple_test(void);
#endif /* _SIMPLE_TEST_H_ */