Task Management



Hello

I am new to ada.
I am trying to develop a simple system for managing
different(predefined) tasks.
I need to know time consumption for each task(f.e task with id 1 used
213 ms of processor). Could anyone point me vision of solution?
I can estimate of course, but it is not sattisfactying me.

I work under winXP, with gnat compiler.

Regards.

Christopher

.



Relevant Pages

  • Re: Task Management
    ... > I am trying to develop a simple system for managing ... Using standard Ada, you can measure "wall clock time" for each task, ... In each task, store the start and end time, by ... see if it is already imported in the GNAT Win32 bindings. ...
    (comp.lang.ada)
  • Re: Task Management
    ... though the following is not Ada question. ... > I am trying to develop a simple system for managing ... with gnat compiler. ... See Win32 API procedure GetThreadTimes in MSDN. ...
    (comp.lang.ada)