Skip to content

Releases: GorgonMeducer/perf_counter

v2.4.0 Stable Release

08 Dec 19:24
Compare
Choose a tag to compare
  • Avoid time roll-back in some corner cases
  • Add macros for protoThread
  • Some minor fixes

v2.3.3 Stable Release

27 Jul 01:16
Compare
Choose a tag to compare
  • Adds Support for Cortex-M52
  • Enhances foreach() and with() with __typeof__()
  • Always uses systick_wrapper_gnu.s when Arm Compiler 6 is detected
  • Some minor fixes

v2.3.2 Improve measurement accuracy

06 Jul 06:32
Compare
Choose a tag to compare
  • Adds a dedicated macro __perfc_sync_barrier__() and improves __cycleof()__
  • Some minor fixes

Stable Release

12 Mar 01:20
Compare
Choose a tag to compare
  • Fixed PMU-SysTick-overflow-miscounting issue
  • Other minor changes.

Major Update

28 Feb 21:35
Compare
Choose a tag to compare
  • Support porting to a different architecture
  • Support Armv8.1-m PMU
    • Add __cpu_perf__() for CPI and L1 DCache miss rate
  • Some other minor changes.

Stable Release

28 Nov 00:04
Compare
Choose a tag to compare
  • Adds support for RT-Thread nano
  • Adds an API for checking stack overflow
  • Improves the support for Arm Compiler 6.21
  • Other minor updates