Hello, i study the cryption. First, I'm not good at english...
I use keil uvision4, nrf51822, s110 softdevice I need check the run-time. how can i check the runtime.
like c language....
start_time=clock();
some functions . .
end_time=clock();
run_time=end_time-start_time;
like Arduion sketch....
start_time=millis();
some functions . .
end_time=millis();
run_time=end_time-start_time;
plz give me a hand.....