Skip to content

v1.2.3

Compare
Choose a tag to compare
@finaldie finaldie released this 06 Aug 04:53
· 117 commits to master since this release

This release brings a brand new realtime memory tracing toolkit: skull-trace, by using it, we can directly observe the low-level memory APIs (malloc/realloc/free...) in runtime inside application/server without doing a lot of manual steps to convert a raw trace file to a human-readable file.

GIF:
skull-trace

Major changes:

  • Engine
    • Fix: Solve memory API re-entrance issue
    • Enhancement: Refine admin memory command output (more clear)
    • Enhancement: Refine admin info command output (more clear)
  • CLI
    • New: Memory realtime tracing tool skull trace
  • MISC
    • Enhancement: Cleanup makefile templates