f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
679 stars 145 forks source link

Counting cycle in f9-kernel? #133

Open louisom opened 7 years ago

louisom commented 7 years ago

It seems in f9-kernel, it didn't provide any function for timing measurement.

And there isn't an asm instruction like rdtsc, maybe need to think a method to provide this function.