About Hailo-8 Performance Measurement

Hello
I have question about performance measurement .

when I measure performance at a fraction of the power consumption and cost with HailoRT-client, I got below values.

[Terminal]

hailortcli run resnet_v1_50.hef --measure-power

Inference result:
Network group: resnet_v1_50
Frames count: 6857
FPS: 1369.79
Send Rate: 1649.54 Mbit/s
Recv Rate: 10.96 Mbit/s
Device: 0000:2f:00.0
Minimum power consumption: 4.1315 W
Average power consumption: 4.18028 W
Maximum power consumption: 4.23096 W

However, when I measured using the provided hailo-application-code example, I got the following results.

FPS: 242.183702635
Minimum value: 0.696234W
Average value: 0.751612W
Maximum value: 0.810998W

Since there is a difference in each FPS and power value, I am wondering what is the method of measuring or calculating the value when using hailo RT clienct, and is it different in the example code provided?

Thank you