Skip to content

Commit

Permalink
Update rqd/rqd/rqmachine.py
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Tavares <dtavares@imageworks.com>
  • Loading branch information
DiegoTavares authored Oct 9, 2024
1 parent 16493f1 commit 4fa8c13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rqd/rqd/rqmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,9 @@ def __initStatsFromWindows(self):
return logicalCoreCount, physicalProcessorCount, hyperThreadingMultiplier

def __updateProcsMappingsFromWindows(self):
"""Update `__procs_by_physid_and_coreid` and `__physid_and_coreid_by_proc` mappings for Windows platforms.
"""
Update `__procs_by_physid_and_coreid` and `__physid_and_coreid_by_proc` mappings
for Windows platforms.
Implementation detail.
"""
Expand Down

0 comments on commit 4fa8c13

Please sign in to comment.