diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2018-01-09 13:02:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-09 13:02:33 +0000 |
commit | 9fd701278bf7d8c5b9451491bcb1a92580adc780 (patch) | |
tree | 885287d68762c5e755f082c88780b45e056dcc57 /doctor_tests/profiler_poc.py | |
parent | d767217e4ed267c585aa94fbbd3001ec0d59de8c (diff) | |
parent | 754b94bba6df6e7aafd5f1ffb8432a40cb815649 (diff) |
Merge "support pep8 check"
Diffstat (limited to 'doctor_tests/profiler_poc.py')
-rw-r--r-- | doctor_tests/profiler_poc.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doctor_tests/profiler_poc.py b/doctor_tests/profiler_poc.py index ea36eaeb..9f1df33a 100644 --- a/doctor_tests/profiler_poc.py +++ b/doctor_tests/profiler_poc.py @@ -12,7 +12,8 @@ PoC of performance profiler for OPNFV doctor project Usage: -Export environment variables to set timestamp at each checkpoint in millisecond. +Export environment variables to set timestamp at each +checkpoint in millisecond. Valid check points are: DOCTOR_PROFILER_T{00-09} See also: https://goo.gl/98Osig @@ -53,7 +54,7 @@ link down:{T00}| | | | | | | | | evaluated event:{T07}| | fired alarm:{T08}| received alarm:{T09} -""" +""" # noqa def main(log=None): |