hi,
is there a specific time function in Tcl that gives the exact process run-time(not the real-time) of running a particular routine? In Lisp we have something like (get-internal-run-time), where we can call this time function before and after the routine so that we can calculate the time difference to get the actual process run-time for that routine.
so I want to know whether there is this kind of possibility in Tcl.
thanx in adv,
Raj.
is there a specific time function in Tcl that gives the exact process run-time(not the real-time) of running a particular routine? In Lisp we have something like (get-internal-run-time), where we can call this time function before and after the routine so that we can calculate the time difference to get the actual process run-time for that routine.
so I want to know whether there is this kind of possibility in Tcl.
thanx in adv,
Raj.