]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
fwp-timing: Allow maximal delay up to 10 seconds
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 Nov 2009 17:16:46 +0000 (18:16 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 Nov 2009 17:16:46 +0000 (18:16 +0100)
fwp/tests/timing/fwp-timing.c

index 5d7726d3498d2994e2a80deaa1f19e0c6d9bdb75..4ed0c28458fc6d08a1af20c6183e13d7c5e43744 100644 (file)
@@ -27,7 +27,7 @@
 bool opt_verbose = false;
 bool opt_quiet = false;
 
-#define HIST_MAX_US 1000000
+#define HIST_MAX_US 10000000
 #define HIST_RES_US 10
 
 struct histogram {