Re: Documenting Threads by Dean
Dean
Thu Dec 01 09:05:45 CST 2005
That kind of information is all available in from the Platform builder
debugger. You can see a list of all processes, the threads each creates,
their priorities etc.
That part is easy. What is not so easy is documenting the
purpose/functionality of each thread. I'm not sure if you need that info or
not. You could figure it out for the modules you have source for, but you'd
be out of luck for the remainder.
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Chris Edgington" <cedgington@qualnetics.com> wrote in message
news:1133448139.524924.9770@o13g2000cwo.googlegroups.com...
> I'm working on creating some platform documentation for a customer.
> Part of this work involves identifiying all of the modules running in
> the "baseline" system, including the threads that each module creates,
> what priority they all run at, etc. Are there tools from MS or
> third-parties that can help with this thread research process?
>
> Thanks,
> -Chris
>