MCPcopy Index your code
hub / github.com/nodejs/node / __exit__

Method __exit__

deps/v8/tools/run_perf.py:1062–1066  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

1060 return self
1061
1062 def __exit__(self, type, value, traceback):
1063 if self.aslr_backup is not None:
1064 CustomMachineConfiguration.SetASLR(self.aslr_backup)
1065 if self.governor_backup is not None:
1066 CustomMachineConfiguration.SetCPUGovernor(self.governor_backup)
1067
1068 @staticmethod
1069 def GetASLR():

Callers

nothing calls this directly

Calls 2

SetASLRMethod · 0.80
SetCPUGovernorMethod · 0.80

Tested by

no test coverage detected