diff options
Diffstat (limited to 'hawd_defs/pipeline')
-rw-r--r-- | hawd_defs/pipeline | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hawd_defs/pipeline b/hawd_defs/pipeline new file mode 100644 index 0000000..1998d8c --- /dev/null +++ b/hawd_defs/pipeline | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "name": "Pipeline write", | ||
3 | "description": "Measures performance of the Pipeline", | ||
4 | "columns": { | ||
5 | "rows": { "type": "int" }, | ||
6 | "append": { "type": "float", "unit": "ops/ms" }, | ||
7 | "total": { "type": "float", "unit": "ops/ms" } | ||
8 | } | ||
9 | } | ||