Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libc/mips/cycles.c
#include <u.h> #include <libc.h> #pragma profile off void cycles(uvlong*u) { *u = 0LL; }