Searched refs:TimeDifference (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | timer.h | 125 return TimeDifference(cpu_before_, cpu_after_); in CPUTime() 133 return TimeDifference(wall_before_, wall_after_); in WallTime() 141 return TimeDifference(usage_before_.ru_utime, usage_after_.ru_utime); in UserTime() 149 return TimeDifference(usage_before_.ru_stime, usage_after_.ru_stime); in SystemTime() 173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() function 181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | timer.h | 125 return TimeDifference(cpu_before_, cpu_after_); in CPUTime() 133 return TimeDifference(wall_before_, wall_after_); in WallTime() 141 return TimeDifference(usage_before_.ru_utime, usage_after_.ru_utime); in UserTime() 149 return TimeDifference(usage_before_.ru_stime, usage_after_.ru_stime); in SystemTime() 173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() function 181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() function
|
/external/scapy/scapy/contrib/ |
D | gsm_um.py | 10140 class TimeDifference(Packet): class
|