rtac.utils.process_affinity

Functions

set_affinity_recursive(proc, core)

Bind the given process to the given core.

rtac.utils.process_affinity.set_affinity_recursive(proc: Popen, core: int) None[source]

Bind the given process to the given core.

Parameters:
  • proc (subprocess.Process) – Process that is to be bound.

  • core (int) – Core that the process is to be bound to.

Return type:

None