OpenDataPlane / odp

The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
https://opendataplane.org
Other
176 stars 133 forks source link

[PATCH v6] test: performance: add new odp_icache_perf application #2069

Closed psavol closed 2 months ago

psavol commented 3 months ago

Added new performance test application to measure CPU performance when application code size exceeds L1 instruction cache size. The -n option is used to select how many copies of each function type are called. I.e. application code footprint scales up and down with -n option values.

psavol commented 3 months ago

v2: rebase and trivial fixes to review comments, v3 follows with additional fixes