Releases: PascalRiekenberg/LazProfiler
Releases · PascalRiekenberg/LazProfiler
Version 0.3.0.0
- 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
Update for Lazarus 2.0
Version 0.2.1.0
fixed recursive directory scan
do not scan include path
ignore units belonging to packages
fixed memory leak
Version 0.2.0.0
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
Merge branch 'master' of https://github.com/PascalRiekenberg/LazProfiler
Version 0.1.2.0
- fixed: checks if backup of source was successfully created before writing instrumented source to original file