Hello trying to analyze and optimize the work load of my goroutines, I'm using the Trace <https://golang.org/cmd/trace/> web viewer and visualize the work of each of my processors :
<https://lh3.googleusercontent.com/-WVJau-oABcU/WHYdFVtXZ_I/AAAAAAAAAdc/7qfogCmWy2IqrNSFuriSc57QXNUZ0doIACLcB/s1600/trace_procs.png> <https://lh3.googleusercontent.com/-KHPKC5yNGLQ/WHYftcQIw7I/AAAAAAAAAd4/zbkeRPm8i_4DM3JCju38PBQEGN5-KGzygCLcB/s1600/trace_procs_2nd_line.png> Really useful, I love it! *My question is* : what is the second line (which is sparser) for each proc? does it mean that each of my physical cores has 2 logical cores? Is it related to hyperthreading? Does it mean there "might be" some way of programming the tasks to better fill the second line, thus increasing overall speed? Thank you for insight! Val -- 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.