- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have been analysing an algorithm and i found a hotspot. when i double click on it to view the source code the time of execution is completely different. Example : the bottom up analysis woould say 300ms and when i go to the source code for it I could see only about 100ms.
Am I looking at it in the wrong way or there is some issue??
regards,
siddharth
I have been analysing an algorithm and i found a hotspot. when i double click on it to view the source code the time of execution is completely different. Example : the bottom up analysis woould say 300ms and when i go to the source code for it I could see only about 100ms.
Am I looking at it in the wrong way or there is some issue??
regards,
siddharth
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The bottom up view may show the time on a per function basis (depending on the grouping) and the source may be showing a per source line basis.You may need to sum all the lines in the function.
Could you attach the 2 screenshots you are refering to?
The bottom up view may show the time on a per function basis (depending on the grouping) and the source may be showing a per source line basis.You may need to sum all the lines in the function.
Could you attach the 2 screenshots you are refering to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jackson,
The sum of the active source is turning up to be less then the total shown in the hotspot analysis. I will upload the screenshots as I get to my lab.
regards,
siddharth
The sum of the active source is turning up to be less then the total shown in the hotspot analysis. I will upload the screenshots as I get to my lab.
regards,
siddharth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Have you been able to get those screenshots?
Thanks.
Have you been able to get those screenshots?
Thanks.

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