Sébastien Rumley
unread,Aug 7, 2025, 3:15:30 PMAug 7Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sniper simulator
Dear list,
I am looking for a tool able to simulate a CPU (+RAM) executing the following (synthetic) application: a master thread spawns worker thread at random times. Worker threads execute a sequential, deterministic function like a matrix multiplication or a hash function calculation.
The experiment would be designed such that if there are N cores, at some times there would be more than N workers.
I am interested in observing how physical resources are being shared across threads, how Simultaneous multithreading issues instructions across threads, etc.
I would also be interested in obtaining a "trace" of a single worker thread, as reference.
Would Sniper be adequate for running such experiments ?
Regards,
Sébastien