diff options
Diffstat (limited to 'src/perfcnt/intel/counters.rs')
-rw-r--r-- | src/perfcnt/intel/counters.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/perfcnt/intel/counters.rs b/src/perfcnt/intel/counters.rs index f99a3fb..e8dcaeb 100644 --- a/src/perfcnt/intel/counters.rs +++ b/src/perfcnt/intel/counters.rs @@ -1,8 +1,7 @@ //! Performance counter for all Intel architectures. +use super::description::{Counter, EventDescription, MSRIndex, PebsType, Tuple}; /// The content of this file is automatically generated by `build.rs` /// from the data in `x86data/perfmon_data`. - use phf; -use super::description::{EventDescription, Counter, PebsType, Tuple, MSRIndex}; include!(concat!(env!("OUT_DIR"), "/counters.rs")); |