필터 지우기
필터 지우기

CPU Usage in xPC Target

조회 수: 1 (최근 30일)
Agamemnon Krasoulis
Agamemnon Krasoulis 2012년 4월 27일
Hi,
Is there any way to monitor in real time the CPU usage of an xPC Target Machine?
Thank you.

답변 (1개)

Gordon Weast
Gordon Weast 2012년 12월 14일
On a running system, you can query the current max, min and average TET from the host.
I have a system running here:
>> tg.MinTET
ans = 3.313670000000000e-04
>> tg.MaxTET
ans = 0.018644319000000
>> tg.AvgTET
ans = 3.411474627410583e-04
>>

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by