时间分析器模块¶
提供用于时间性能分析的工具
-
class
moprofiler.time.
TimeProfiler
(_function=None, stream=None, output_unit=None, stripzeros=False, **kwargs)[源代码]¶ 基类:
moprofiler.base.ProfilerClassDecorator
时间分析器的类装饰器
逐行分析被装饰函数每行的执行时间
参数: -
profiler_factory
¶ line_profiler.LineProfiler
的别名
-
-
moprofiler.time.
time_profiler
¶ 此变量是为了向后兼容旧版本的命名