1 / 9

Intel s Vtune Performance Analyzer for Windows Assessment

Test Code. Serial and pthreaded stencil codesPro: Codes are well understoodCon: Codes may be too smallFull apps may have been better test. Windows VTune Pros. Analyzes executable directlyNo extra recompiling / instrumentation neededLanguage / compiler independentGUI helps on several frontsEas

gus
Télécharger la présentation

Intel s Vtune Performance Analyzer for Windows Assessment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Intels Vtune Performance Analyzer (for Windows) Assessment Kaushik Datta December 5, 2007

    2. Test Code Serial and pthreaded stencil codes Pro: Codes are well understood Con: Codes may be too small Full apps may have been better test

    3. Windows VTune Pros Analyzes executable directly No extra recompiling / instrumentation needed Language / compiler independent GUI helps on several fronts Easier to use Graphical perf results displayed instantly Supports Intel quad-core processors However, I didnt test this

    4. Windows VTune Cons No hooks to specify what code segments to profile Too many other processes also profiled Possibly useful for full apps, but not kernels Insufficient perf data about your process Some counter values seemed wrong Perf counters are only sampled continuous data collection might be available Thread Profiler tool didnt seem to profile my kernels spawned threads No direct flop counts

    5. Available Events on Windows ClockTicks Instructions Retired MMX / x87 / SIMD Instructions Retired (but no direct flop counts found) Loads/Stores Retired Cache Read Hits / Misses TLB Load / Store Misses Calls / Conditionals / Branches Bus Accesses

    6. Call Graph

    7. Time Breakdown

    8. Counter Monitors

    9. Counter Sampling

More Related