diff options
Diffstat (limited to 'src/utils/timer/cpu_counter/info.txt')
-rw-r--r-- | src/utils/timer/cpu_counter/info.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/utils/timer/cpu_counter/info.txt b/src/utils/timer/cpu_counter/info.txt new file mode 100644 index 000000000..eef6be5a2 --- /dev/null +++ b/src/utils/timer/cpu_counter/info.txt @@ -0,0 +1,36 @@ +realname "Hardware Timer" + +define TIMER_HARDWARE + +load_on asm_ok + +<add> +tm_hard.cpp +tm_hard.h +</add> + +<cc> +gcc +</cc> + +<arch> +# RDTSC: Pentium and up +i586 +i686 +athlon +pentium4 +pentium-m +amd64 + +ppc # PPC timebase register +ppc64 # PPC timebase register +alpha # rpcc +sparc64 # %tick register +ia64 # ar.itc +s390x +hppa +</arch> + +<requires> +timer_base +</requires> |