summaryrefslogtreecommitdiff
path: root/other/timed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'other/timed.cpp')
-rw-r--r--other/timed.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/other/timed.cpp b/other/timed.cpp
deleted file mode 100644
index b3ed4ef..0000000
--- a/other/timed.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-int times = clock();
-//run for 900ms
-while (1000*(clock()-times)/CLOCKS_PER_SEC < 900) {...}