Skip to content

Releases: LinShunKang/MyPerf4J

New Release

20 May 05:49
Compare
Choose a tag to compare
New Release Pre-release
Pre-release
  • New Features
    • Add performance index: Avg, StdDev.
    • Add method filter.
  • Remove the MyPerf4J-AspectJ module.

New Release

06 May 05:28
Compare
Choose a tag to compare
New Release Pre-release
Pre-release
  • New Feature
    • MyPerf4J-ASM add byPackage profiling type.
    • Bug Fix
      • Fix ConcurrentModificationException

New Release

29 Apr 06:12
Compare
Choose a tag to compare
New Release Pre-release
Pre-release
  • The project is divided into 3 module
    • MyPerf4J-Core
    • MyPerf4J-AspectJ
    • MyPerf4J-ASM
  • MyPerf4J-AspectJ using AspectJ to achieve AOP.
  • MyPerf4J-ASM using ASM to achieve AOP.
  • MyPerf4J-ASM is 4 times faster than MyPerf4J-ApsectJ.