Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

help for tuning application's startup

jinjunsheng
Beginner
245 Views
hi all, Now recently i find that my applicaton's "cold" startup(first run after installing) is very slow. But I cannot find the reason. Yesterday I download the VTune to tunning the application. But I don't know how to use it. In VTune tool ,it can tune hotspotsconcurrency and locks & waits ,but not find tunning for startup .
so , help me and give me some suggestions for startup tunning .
Thanks a lot
jinjunsheng
0 Kudos
5 Replies
Patrick_F_Intel1
Employee
245 Views
Hello jinjunsheng,
The VTune forum (Intel VTune Amplifier XE and VTune Performance Analyzer http://software.intel.com/en-us/forums/intel-vtune-performance-analyzer/ ) is a better place for help on VTune questions.
You'll get help there from VTune experts.
In general "tuning for startup" shouldn't be too different from normal tuning.
But startupmay be doing different work than your software normally does.
The challenge might be more trying to figure out why the system went idle during startup (locks, IO, network, system calls, etc).
Please try the VTune forum and see if they have suggestions.
Pat
jinjunsheng
Beginner
245 Views
Thanks a lot , Patrick Fay. Thanks for your suggestons.
OKohl
Beginner
245 Views

Are you loading a DLL with your application?

Thomas_W_Intel
Employee
245 Views

Mightthis bethe virus scanner? What does the Task Manager show as active processes during startup? How heavily is the disk I/O?

Bernard
Black Belt
245 Views

There is possibility of AV interference with the normal startup.It is known that Kaspersky AV will hook or detour patch whole the process and thread and context switching API functions.So this can incure some perceivable lag.

I would advise to monitor your application startup with the Xperf tool.  

Reply