beremiz
Clone
Summary
Browse
Changes
Graph
Fix rounding of thousandths of microseconds in duration editor
2018-06-27, Andrey Skvortsov
d3751d43c390
Fix rounding of thousandths of microseconds in duration editor
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]