Skip to content

1.2.0

Compare
Choose a tag to compare
@pnerg pnerg released this 27 Jan 07:24
· 113 commits to master since this release

Added support for operating system info and memory pools.

Added

  • withOperatingSystemInfo - optional operating system information.
  • withMemoryInfo(boolean) - optional memory pool information included in the memory section

Changed

Changed allInfo()

  • added withOperatingSystemInfo
  • changed to use withMemoryInfo(true)
  • changed to use withThreadInfo(3)

Issues

  • feat: added operating system information (#6)
  • feat: added optional information on all memory pools (#8)