Sign in
akaros
/
upstream
/
refs/heads/pcidevice
/
.
/
tests
/
old
/
tsc_spitter.c
blob: 368656551b2bb3fb1ac226f9e87f64231169ef94 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdlib.h>
#include
<stdio.h>
#include
<arch/arch.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"[T]:004:M:%llu\n"
,
read_tsc
());
return
0
;
}