CRI ADX  Last Updated: 2024-07-17 10:47 p
How to Measure CPU Load

CPU Load Measurement Function

  1. Use the criAtomEx_AttachPerformanceMonitor function to attach the CPU load measurement function.
  2. Use the criAtomEx_GetPerformanceInfo function to obtain the measurement results.

Also refer to the sample program 'Measuring CPU Load.'

Return:Tips