All depends on what your going to end up doing.

If code will deal with processes other than itself then pid is arguably easier to deal with, however if you only ever deal with your process then I would have the NewProcInfo method just setup the handle as you had it (reducing the number of syscalls).

QueryProcessCycleTime is not subject to thread time quantum.

You may find the following useful reading:
http://computerperformancebydesign.com/Articles/windows-performance/cpu-utilization/

    Regards
    Steve

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to