[go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread akashina
Hi folks. I am trying to execute clean.bash but it is giving me an error like go: open /home/ak7/go1.8/src/runtime/internal/sys/zversion.go: no such file or directory I am on a Linux-ubuntu desktop 16.04 with bash shell running go1.8.0.; On the other hand, make.bash does complete

[go-nuts] workstealing goroutine scheduling algorithm for real-time applications?

2017-06-14 Thread akashina
Hi I am looking to use the work-stealing algorithm of goroutine scheduling for real-time. I have a model of G struct where i have added a deadline parameter and execution time parameter and modified newproc() to initialize it; I was wondering if anyone has explored realtime scheduling in go and

[go-nuts] Scheduler time profiling

2017-06-05 Thread akashina
Hi golang-nuts. I am trying to profile the runtime environment scheduler proc.go and have few questions. 1) I was wondering if the pprof profiler is good for profiling the runtime environment or would my numbers be skewed due to the overhead of pprof? 2) regarding the GODEBUG. Till what