mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-30 11:10:49 +00:00
Increased LOOP to 100
This commit is contained in:
parent
a7dc532df0
commit
7e6031b151
@ -379,7 +379,7 @@ void init(s16 *dst, s32 *sum, int size)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int size = 2048, n = 4, max = 32267;
|
||||
int LOOP = 30;
|
||||
int LOOP = 100;
|
||||
int i, t;
|
||||
unsigned long long begin, end, diff, diff0, diff1, diff1_mmx, diff2;
|
||||
double cpu_clock = detect_cpu_clock();
|
||||
|
Loading…
Reference in New Issue
Block a user