Commit d4916abd authored by David Reid's avatar David Reid

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.
parent 176d5a3c
This diff is collapsed.
...@@ -2437,8 +2437,6 @@ int main(int argc, char** argv) ...@@ -2437,8 +2437,6 @@ int main(int argc, char** argv)
printf("Has NEON: NO\n"); printf("Has NEON: NO\n");
} }
printf("CPU Speed Factor: %f\n", mal_calculate_cpu_speed_factor());
// Aligned malloc/free // Aligned malloc/free
printf("=== TESTING CORE ===\n"); printf("=== TESTING CORE ===\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment