Basic Operation Layer (BasicLib)
cputime
to get current cpu time
FUNCTIONS
long - cputime()
EXAMPLES
Example
VectorLib vlib=new VectorLib();
long t=vlib.cputime();
Output
(current cpu time in long)