Home
last modified time | relevance | path

Searched refs:TimeDifference (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h125 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/
Dtimer.h125 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/
Dgsm_um.py10140 class TimeDifference(Packet): class