- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using Vtune Amplifier to calculate the hotspots of an executable that does speech coding.
I am using a processor with clock speed 3Ghz.
I see Elapsed time as 20.04 s and CPU time as 13.13s
Need help to calculate the MCPS for the CPU time obtained
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CPU time was collected from different cores, different threads - simply summarize them to get final data. Elapsed time - just record process start time stamp, end time stamp to subtract...in most of time, CPU time > Elapsed time, if application is multithreaded application and worked on multi-core platform. Sometime Elapsed time is approximated to CPU time if application is a single application.
Back to your case, Elapsed time >> CPU time,it means applicationwas drowsedat running time - I guess.
Regards, peter
Back to your case, Elapsed time >> CPU time,it means applicationwas drowsedat running time - I guess.
Regards, peter
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page