Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

WAIT_TIME

mathewmills
Beginner
511 Views
How exactly is WAIT_TIME determined under the callgraph collector? How accurate is it? Does it include time spent in kernel-space?

Can you take SELF_TIME - WAIT_TIME to get CPU time? When I do this for an application I am profiling, I get numbers that I don't quite beleive for __sigsuspend, nanosleep, and some others.
0 Kudos
1 Reply
Daniel_B_Intel2
Employee
511 Views
mathewmills ,

as far as I know the wait time is determined using some heuristics. so you can't count on these figures 100%.
:-(
Daniel
0 Kudos
Reply