summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:08:47 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commite87b46e88f7a108dd9fdccb0d4e89ddb9453d707 (patch)
tree62de87789c4ae3732c285bd0c7001dc356cf52c0 /hawd_defs
parent42c41283304ec8ed75b020ecbec88f30bc198354 (diff)
downloadsink-e87b46e88f7a108dd9fdccb0d4e89ddb9453d707.tar.gz
sink-e87b46e88f7a108dd9fdccb0d4e89ddb9453d707.zip
better unit string for ops
Diffstat (limited to 'hawd_defs')
-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}