Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
withExternalWritingPause
Method · 0.45
_checkIgnoreWords
Function · 0.45
executeAfterTimePassed
Function · 0.45
_getCPythonResults
Function · 0.45
main
Function · 0.45
startMemoryTracing
Function · 0.45
start
Method · 0.45
Urllib3Using.py
File · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
reset
Method · 0.95
Tested by
1
main
Function · 0.36