Searched refs:thread_blocktime (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/
H A Dfutex-contention.py19 thread_blocktime = {} variable
32 thread_blocktime[tid] = nsecs(s, ns)
36 if thread_blocktime.has_key(tid):
37 elapsed = nsecs(s, ns) - thread_blocktime[tid]
39 del thread_blocktime[tid]

Completed in 28 milliseconds