summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-10 11:46:28 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-10 11:46:28 -0500
commit50b7ab651e4afbf298df051e87159668e15f158c (patch)
tree8d3169d79f09aeed06f65b15c3e76c21749bdc44 /tools
parentdd6a72dd78594f5f71e2b8fc9b0a88e040bcf0a1 (diff)
remove unnecessary sleep
Diffstat (limited to 'tools')
-rw-r--r--tools/sftest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/sftest.cc b/tools/sftest.cc
index 6e019b166c..4424513077 100644
--- a/tools/sftest.cc
+++ b/tools/sftest.cc
@@ -200,8 +200,6 @@ main (int argc, char* argv[])
ds << setprecision (1) << data_minutes;
cout << "BW @ " << written << " frames (" << ds.str() << " minutes) = " << (bandwidth/1048576.0) << " MB/sec " << bandwidth / data_rate << " x faster than necessary " << endl;
-
- usleep(1e6 * 1024 / samplerate);
}
return 0;