@OP Realize though that
1.) The threads that you get are operating system threads
2.) The thread count that you get differs for the same program run at different times.
@OP Realize though that
1.) The threads that you get are operating system threads
2.) The thread count that you get differs for the same program run at different times.
I see...I was already wondering why I got the numbers I got...
These kernel threads probably aren't what I'm looking for.
I would like a way to get a view on how much memory and cpu work it needs...So i can optimise it and have a feedback to what I'm doing is better or worse..
Comment