Closed beberlei closed 5 years ago
Will check and comment today
Checked and it does not solved but
--- a/timer.h
+++ b/timer.h
@@ -76,6 +76,7 @@
#endif
case TIDEWAYS_XHPROF_CLOCK_TSC:
#if defined(__i386__)
+ ;
int64_t ret;
__asm__ volatile("rdtsc" : "=A"(ret));
return ret;
fixed build and extension works
@andypost that makes no sense to me, but ok :-) I tried it another way, can you check?
Nice! it works!
@andypost can you check about #72 with this PR?