Skip to content

v1.3.0 - MacOS support and bug fixes

Compare
Choose a tag to compare
@yse yse released this 13 Oct 13:47
· 265 commits to develop since this release

Core

  • MacOS support!
  • Added new API functions:
    • bool profiler::isCapturing() - alias for isEnabled()
    • void profiler::startCapture() - alias for EASY_PROFILER_ENABLE
    • void profiler::stopCapture() - alias for EASY_PROFILER_DISABLE
  • Added new field in BlocksTreeRoot struct
  • Added version argument in fillTrees... functions
  • Added SerializedCSwitch struct
  • Added EASY_FORCE_INLINE macros
  • thread_id_t change to uint64_t with backward compatibility

GUI

  • Improvement
  • Added possibility to display only frames (top-level blocks) on histogram to be able to find unexpected blocks on top level. Use [Settings] -> [Only frames on histogram]
  • Added popup window when moving mouse cursor to thread name in Diagram window
  • Fix bugs (#66 #68)