diff options
author | 2015-10-12 19:22:05 +0200 | |
---|---|---|
committer | 2015-10-12 19:22:05 +0200 | |
commit | 8c173871338551d2c9ac3a46886f916dd6e69a1c (patch) | |
tree | 390d046402d80356b90d0c6ea242f79bedf15a73 /src/perfcnt/intel/mod.rs | |
parent | 4f396a1e727a916d8163722ea613e4b278fb6c9c (diff) | |
download | rust-x86-8c173871338551d2c9ac3a46886f916dd6e69a1c.tar.gz rust-x86-8c173871338551d2c9ac3a46886f916dd6e69a1c.tar.zst rust-x86-8c173871338551d2c9ac3a46886f916dd6e69a1c.zip |
Added performance counter data.
Diffstat (limited to 'src/perfcnt/intel/mod.rs')
-rw-r--r-- | src/perfcnt/intel/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perfcnt/intel/mod.rs b/src/perfcnt/intel/mod.rs new file mode 100644 index 0000000..25b22dc --- /dev/null +++ b/src/perfcnt/intel/mod.rs @@ -0,0 +1,2 @@ +pub mod counters; +pub mod description;
\ No newline at end of file |