# dsa-perf-micros **Repository Path**: mirrors_intel/dsa-perf-micros ## Basic Information - **Project Name**: dsa-perf-micros - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-01 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IntelĀ® DSA Performance Micros IntelĀ® DSA Performance Micros is a Linux application that allows the user to characterize latency and bandwidth for DSA operations and arrive at the device configuration and programming parameters that would work best for their application. Documentation files in the reStructuredText format are available in the doc/ directory If you would like to build html documentation, please install sphinx, a python based document generator from https://www.sphinx-doc.org/en/master/usage/installation.html and follow the steps below ```bash cd doc make html ```