Calculate FPS on costume pipe DeepStream2.0

Hi,

I saw in DeepStream app, that it’s previewing FPS of each stream:

**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg) FPS 3 (Avg)
**PERF: 30.86 (30.86) 31.20 (31.20) 30.70 (30.70) 31.20 (31.20)
**PERF: 30.00 (30.41) 30.00 (30.58) 30.00 (30.34) 30.00 (30.58)

Which plugin supporting it? and how to enable it?

I would like to test my costume pipe with that.

Thanks,

Hi robertpfjq08,
It is built in deepstream-app in binaries.tbz2

/usr/bin/deepstream-app

You can enable/disable it by setting enable-perf-measurement

Hi,

How to enable it in deepstream-infer-tensor-meta-test sample?

Hi sathiez,
Do you use DS2.0 or DS4.0?

DS4.0

Hi,
It is implemented in deepstream-app. You may check the code:

deepstream_sdk_v4.0_jetson\sources\apps\apps-common\src\deepstream_perf.c

And adapt it to deepstream-infer-tensor-meta-test