ref: e02e4045f2cbdf212fe47534a3302a76f976c322 dir: /sys/src/libc/arm/cycles.c/
#include <u.h> #include <libc.h> #pragma profile off void cycles(uvlong*u) { *u = 0LL; }