Home > Back-end >  CreateProcess open speed slow
CreateProcess open speed slow

Time:10-15

Why CreateProcess under the same code in two different projects in different time in a dozen ms, another around 300 ms,

 
DWORD time=GetTickCount ();
BOOL ret=CreateProcess (_T (" D:/adb. Exe "), _T (" the adb devices "), NULL, TRUE, 0, NULL, NULL, & amp; SInfo, & amp; PInfo);
TRACE (_T (" CreateProcess time % d \ n "), the GetTickCount () - time).

CodePudding user response:

This will have to ask Microsoft,
Often repeat CreateProcess the same program, than boot first secondary,

CodePudding user response:

At the same time also by the firewall, antivirus software,... Impact,

CodePudding user response:

But run on the same computer, environment

reference 1/f, zhao teacher reply:
this is to ask Microsoft,
Often repeat CreateProcess the same program, than boot first secondary,


CodePudding user response:

Will not affect the project Settings

CodePudding user response:

The
reference to 4th floor poison poison to reply:
where will project Settings affect

The debug and release, slower than usual,
  • Related