diff options
Diffstat (limited to 'qa/src/config.bar')
-rw-r--r-- | qa/src/config.bar | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qa/src/config.bar b/qa/src/config.bar new file mode 100644 index 0000000..2c8691b --- /dev/null +++ b/qa/src/config.bar @@ -0,0 +1,18 @@ +# +# this one is for the util progs and QA +# + +log mandatory on 100 msec { + sampledso.bin["bin-100"] + sampledso.milliseconds +} + +log mandatory on 500 msec { + sampledso.bin["bin-500"] + sampledso.milliseconds +} + +log mandatory on 900 msec { + sampledso.bin["bin-900"] + sampledso.milliseconds +} |