app/regex: measure performance per queue pair
authorOphir Munk <ophirmu@nvidia.com>
Sun, 10 Jan 2021 11:10:22 +0000 (11:10 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 12 Jan 2021 23:00:21 +0000 (00:00 +0100)
commit6e3c6bd6abede4e253d4abac8529929dda728145
tree355fe5d8f60c0715a8b1f7171743eedde769d4c1
parent6b99ba8d4bca072f31612cb0d86847f009e8a4aa
app/regex: measure performance per queue pair

Up to this commit measuring the parsing elapsed time and Giga bits per
second performance was done on the aggregation of all QPs (per core).
This commit separates the time measurements per individual QP.

Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
app/test-regex/main.c