comparison modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 32:0c775e733b81 pygar svn.33

[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author punk
date Mon, 03 May 2010 09:53:56 -0400
parents f41eef1bebfc
children 1a21b4cd85ee
comparison
equal deleted inserted replaced
31:f41eef1bebfc 32:0c775e733b81
128 // Convert input wav to pcm 128 // Convert input wav to pcm
129 generate_wav("out_hw.pcm","input.wav","out_hw.wav"); 129 generate_wav("out_hw.pcm","input.wav","out_hw.wav");
130 130
131 printf("generate wav done\n"); 131 printf("generate wav done\n");
132 132
133 printf("If you missed it, core ", coreFin ? "PASSED\n" : "FAILED\n"); 133 printf("If you missed it, core %s", coreFin ? "PASSED\n" : "FAILED\n");
134 // Dump the stats file 134 // Dump the stats file
135 135
136 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats(); 136 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats();
137 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile(); 137 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile();
138 138