extern crate r; #[test] fn test_asm_tsc_hz() { println!("TSC Hz: {}", r::asm::calc_tsc_hz()); }