Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BM: fix the issue of yogini parameter error
This patch is to fix the following issue: cd workload-xsave/build ../start_test.sh -1 100 AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD AVX512 AVX2 AVX trace-cmd record -e x86_fpu -F ./yogini -b 1 -r 100 -w AMX -w memcpy -w MEM -w SSE -w RDTSC -w UMWAIT -w TPAUSE -w PAUSE -w DOTPROD -w AVX512 -w AVX2 -w AVX usage: ./yogini [OPTIONS] ./yogini runs some simple micro workloads -w, --workload [workload_name,threads#,break#, ...] Available workloads: AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD AVX512 AVX2 AVX -r, --repeat, each instance needs to be run -b, --break_reason, [yield/sleep/trap/signal/futex] For more help, see README Signed-off-by: Zheng Wu <[email protected]>
- Loading branch information