DsExample plugin performance issue

  1. you could also refer to DeepStream SDK FAQ - #12 by bcao 4 to measure the latency of the pipeline components.
  2. if dsexample plugin costs too much time, please check which code part is the bottle neck. NvBufSurfTransform should not cost too much time because it will use GPU acceleration. please check the time consumption of opencv processing.