Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

help for tuning application's startup

jinjunsheng
Beginner
950 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
950 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
0 Kudos
jinjunsheng
Beginner
950 Views
Thanks a lot , Patrick Fay. Thanks for your suggestons.
0 Kudos
OKohl
Beginner
950 Views

Are you loading a DLL with your application?

0 Kudos
Thomas_W_Intel
Employee
950 Views

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

0 Kudos
Bernard
Valued Contributor I
950 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.  

0 Kudos
Reply