- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would like to know How meny times is calculated a function during execution.
With Vtune I get Instructions Retired, CPU_CLK_UNHALTED,... But is It possible to calculate how many times a function is called?
Thanks,
Edu
I would like to know How meny times is calculated a function during execution.
With Vtune I get Instructions Retired, CPU_CLK_UNHALTED,... But is It possible to calculate how many times a function is called?
Thanks,
Edu
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd use a tool such as gprof which incorporates such counts. The profiling included with Intel compilers (prof_gen) also has such capabilities. VTune call graphing overlaps on some of these functions.
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