Skip to content

Releases: PascalRiekenberg/LazProfiler

Version 0.3.0.0

19 Mar 10:16

Choose a tag to compare

Version 0.3.0.0 Pre-release
Pre-release
  • profiling of packages (only if outside of Lazarus source directory)
  • renamed columns "Net" -> "Σ Net", "Gross" -> "Σ Gross"
  • new columns: "% Net", "% Gross", "Ø Net", "Ø Gross"
  • fixed parsing of operator functions
  • fixed parsing of "START-PROFILER" and "STOP-PROFILER" if inside un-instrumented procedure/function
  • Activation of LazProfiler (default is inactive)

Version 0.2.2.0

28 Feb 15:17

Choose a tag to compare

Version 0.2.2.0 Pre-release
Pre-release

Update for Lazarus 2.0

Version 0.2.1.0

01 Oct 18:37

Choose a tag to compare

Version 0.2.1.0 Pre-release
Pre-release

fixed recursive directory scan
do not scan include path
ignore units belonging to packages
fixed memory leak

Version 0.2.0.0

30 Sep 10:13

Choose a tag to compare

Version 0.2.0.0 Pre-release
Pre-release

new Result-TreeView

  • group by Unit
  • group by Object

fixed include handling

last group and sort column and order is saved to settings file now

refactoring

Version 0.1.3.0

19 Sep 11:10

Choose a tag to compare

Version 0.1.3.0 Pre-release
Pre-release
Merge branch 'master' of https://github.com/PascalRiekenberg/LazProfiler

Version 0.1.2.0

21 Nov 05:15

Choose a tag to compare

Version 0.1.2.0 Pre-release
Pre-release
  • fixed: checks if backup of source was successfully created before writing instrumented source to original file