mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Print an icons loading time
(cherry picked from commit 1bea1a28b2)
This commit is contained in:
parent
e5e32a8e58
commit
ed21f6dead
1 changed files with 4 additions and 0 deletions
|
|
@ -2729,10 +2729,14 @@ begin
|
|||
end;
|
||||
|
||||
procedure LoadPixMapManager;
|
||||
var
|
||||
Q: QWord;
|
||||
begin
|
||||
Q:= GetTickCount64;
|
||||
DCDebug('Creating PixmapManager');
|
||||
PixMapManager:=TPixMapManager.Create;
|
||||
PixMapManager.Load(gpCfgDir + 'pixmaps.txt');
|
||||
DCDebug('Creating PixmapManager done '+ IntToStr(GetTickCount64 - Q));
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue