hi,
I want to use the time command of linux konsole from my tk script. my aim is to get the process time of a particular process that I run from my tk script. the problem of using the time command of tcl/tk compiler is that it will give only the elapsed real time but not the actual process time.
on the other hand, we can get the actual process time of a particular process with the 'time <process>' command of Linux console. so does anyone have any idea of using the konsole time command within the tk script.
thnx in adv,
Raj.
I want to use the time command of linux konsole from my tk script. my aim is to get the process time of a particular process that I run from my tk script. the problem of using the time command of tcl/tk compiler is that it will give only the elapsed real time but not the actual process time.
on the other hand, we can get the actual process time of a particular process with the 'time <process>' command of Linux console. so does anyone have any idea of using the konsole time command within the tk script.
thnx in adv,
Raj.