├── LazProfiler.lpk ├── LazProfiler.pas ├── LazProfilerAddon.pas ├── LazProfilerCore.pas ├── LazProfilerRunTime.pas ├── LazProfilerWindow.lfm ├── LazProfilerWindow.pas ├── README.md ├── images ├── menu_run.png ├── menu_run_150.png ├── menu_run_200.png ├── ttimer.png ├── ttimer_150.png └── ttimer_200.png └── vtvObject.pas /LazProfiler.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfiler.lpk -------------------------------------------------------------------------------- /LazProfiler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfiler.pas -------------------------------------------------------------------------------- /LazProfilerAddon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfilerAddon.pas -------------------------------------------------------------------------------- /LazProfilerCore.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfilerCore.pas -------------------------------------------------------------------------------- /LazProfilerRunTime.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfilerRunTime.pas -------------------------------------------------------------------------------- /LazProfilerWindow.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfilerWindow.lfm -------------------------------------------------------------------------------- /LazProfilerWindow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/LazProfilerWindow.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/README.md -------------------------------------------------------------------------------- /images/menu_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/menu_run.png -------------------------------------------------------------------------------- /images/menu_run_150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/menu_run_150.png -------------------------------------------------------------------------------- /images/menu_run_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/menu_run_200.png -------------------------------------------------------------------------------- /images/ttimer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/ttimer.png -------------------------------------------------------------------------------- /images/ttimer_150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/ttimer_150.png -------------------------------------------------------------------------------- /images/ttimer_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/images/ttimer_200.png -------------------------------------------------------------------------------- /vtvObject.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PascalRiekenberg/LazProfiler/HEAD/vtvObject.pas --------------------------------------------------------------------------------