summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hawd_defs/buffer_creation2
1 files changed, 1 insertions, 1 deletions
diff --git a/hawd_defs/buffer_creation b/hawd_defs/buffer_creation
index afa16b8..16c1f8c 100644
--- a/hawd_defs/buffer_creation
+++ b/hawd_defs/buffer_creation
@@ -4,6 +4,6 @@
4 "columns": { 4 "columns": {
5 "numBuffers": { "type": "int" }, 5 "numBuffers": { "type": "int" },
6 "time": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 6 "time": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "ops": { "type": "float", "unit": "ops" } 7 "ops": { "type": "float", "unit": "ops/ms" }
8 } 8 }
9} 9}