Remove the experimental profiling based default buffer sizes.

The problem with this idea is that it complicates the buffer size
calculations in the backends. It also results in situations where
the buffer size is inconsistent which is annoying.

Future commits will be adding support for specifying the size of the
buffer in milliseconds which should offer more flexibility.
This commit is contained in:
David Reid
2018-08-11 08:56:59 +10:00
parent 176d5a3cc6
commit d4916abdc9
2 changed files with 39 additions and 323 deletions
-2
View File
@@ -2437,8 +2437,6 @@ int main(int argc, char** argv)
printf("Has NEON: NO\n");
}
printf("CPU Speed Factor: %f\n", mal_calculate_cpu_speed_factor());
// Aligned malloc/free
printf("=== TESTING CORE ===\n");