pub fn test_core( id: usize, cpus: BTreeMap<usize, Arc<Cpu>>, llc_id: usize, node_id: usize, ) -> Core
Create a Core from a set of CPUs with the given IDs.
Core