Skip to content

Releases: littlemo/moprofiler

重构时间&内存分析器的设计

20 Feb 08:37
dec309d
Compare
Choose a tag to compare

Feature

  1. 重构时间&内存分析器的设计,去除 Mixin 类,简化使用方法

增加强制使用新分析器的功能

27 Jan 06:13
2e912bb
Compare
Choose a tag to compare

Feature

  1. 为时间&内存分析器的装饰器增加 force_new_profiler 关键字参数,实现强制使用新分析器的功能

实现对函数&静态方法装饰后外部打印分析结果的功能

13 Jan 14:49
6a97380
Compare
Choose a tag to compare

Feature

  1. 实现对函数&静态方法使用 时间分析器 装饰后,在外部打印分析结果的功能
  2. 实现对函数&静态方法使用 内存分析器 装饰后,在外部打印分析结果的功能

Bugfix

  1. 修复 CI 过程中设置全局包版本号环境变量失败的 Bug

为秒表工具增加内存监控功能

13 Jan 07:59
df146ca
Compare
Choose a tag to compare

Feature

  1. 为秒表工具增加内存监控的功能,便于查看两个打点间的内存变化

发布初始版本

05 Jan 14:55
af674ac
Compare
Choose a tag to compare

Feature

  1. 实现对 line_profiler 封装的装饰器及相应的 TimeProfilerMixin
  2. 实现对 memory-profiler 封装的装饰器及相应的 MemoryProfilerMixin
  3. 实现用于打点计时的秒表工具,方便记录函数的关键执行节点,以及耗时