Skip to content

Conversation

@Erol444
Copy link
Contributor

@Erol444 Erol444 commented Aug 11, 2021

@Erol444 Erol444 requested a review from VanDavv August 11, 2021 20:31
@alex-luxonis
Copy link
Collaborator

If we're at it, it would be good to update these too:

print(f"Chip temperature - average: {t.average:.2f}, css: {t.css:.2f}, mss: {t.mss:.2f}, upa0: {t.upa:.2f}, upa1: {t.dss:.2f}")
print(f"Cpu usage - Leon OS: {info.leonCssCpuUsage.average * 100:.2f}%, Leon RT: {info.leonMssCpuUsage.average * 100:.2f} %")

upa0 -> upa (this is the SHAVE block - μP array)
upa1 -> dss (DDR subsystem)
Leon OS -> Leon CSS
Leon RT -> Leon MSS

@Erol444
Copy link
Contributor Author

Erol444 commented Aug 11, 2021

If we're at it, it would be good to update these too:

print(f"Chip temperature - average: {t.average:.2f}, css: {t.css:.2f}, mss: {t.mss:.2f}, upa0: {t.upa:.2f}, upa1: {t.dss:.2f}")
print(f"Cpu usage - Leon OS: {info.leonCssCpuUsage.average * 100:.2f}%, Leon RT: {info.leonMssCpuUsage.average * 100:.2f} %")

upa0 -> upa (this is the SHAVE block - μP array)
upa1 -> dss (DDR subsystem)
Leon OS -> Leon CSS
Leon RT -> Leon MSS

Thanks, Alex, I will rename these and add info about it in docs!

----------------------------------------
- :code:`upa` represents the temperature of the SHAVE block
- :code:`dss` represents the temperature od the DRR subsystem
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: DRR -> DDR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why I'm so keen on typing this incorrectly... Thanks for catching it again:)

@Erol444 Erol444 merged commit c22ef3c into main Aug 12, 2021
@Erol444 Erol444 deleted the sysinfo_docs_fix branch August 12, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants