MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / rdtsc

Method rdtsc

Python-Bridge/Python-Bridge.py:159–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 return status, value
158
159 def rdtsc(self):
160 value = c_uint64()
161 status = self.__kb.KbReadTsc(byref(value))
162 return status, value
163
164 def rdtscp(self):
165 value = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected