intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

test: mgen: use %u format specifier for unsigned int s_randseed #26

Closed ColinIanKing closed 7 years ago

ColinIanKing commented 7 years ago

Use the correct printf %u format specifier for the s_randseed unsigned int variable.

Signed-off-by: Colin Ian King colin.king@canonical.com

ColinIanKing commented 7 years ago

Minor fix on getopt, please merge.