Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process Timer
#1
How can I create a timer to show how much time a process takes to run.
I would define "run" as for as long as that process is taking up more than 25% of cpu power.
tia
#2
int t1=GetTickCount
wait 0 P 25
int t2=GetTickCount
out t2-t1


Forum Jump:


Users browsing this thread: 1 Guest(s)