MCPcopy
hub / github.com/Nuitka/Nuitka / start

Method start

nuitka/utils/Profiling.py:178–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 fcntl.ioctl(self.fd, PERF_EVENT_IOC_RESET, 0)
177
178 def start(self):
179 self.reset()
180 fcntl.ioctl(self.fd, PERF_EVENT_IOC_ENABLE, 0)
181
182 def stop(self):
183 try:

Callers 11

__init__Method · 0.45
_checkIgnoreWordsFunction · 0.45
executeAfterTimePassedFunction · 0.45
_getCPythonResultsFunction · 0.45
mainFunction · 0.45
startMemoryTracingFunction · 0.45
startMethod · 0.45
Urllib3Using.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

resetMethod · 0.95

Tested by 1

mainFunction · 0.36