gotrace icon indicating copy to clipboard operation
gotrace copied to clipboard

Concurrency tracer and visualizer for Go (Golang) programming language

Results 19 gotrace issues
Sort by recently updated
recently updated
newest added

Hello, Hi!! 👋🏻 I like your project and I think broader Go community will benefit from it too. Thus, I added it to the curated list of Go tools. I...

Currently only unbuffered channels are supported. Buffered channels send/recv will not appear in visualization made by gotrace. That's because buffered and unbuffered channels implemented differently, and in the first case...

The example using docker to build works for simple hello.go, but I can't figure out the syntax for a more complex example. I'm just not familiar enough with go and...

This is a very useful feature. Was there any effort to upstream the runtime changes to upstream? It would greatly help to see the channel send/receive events in traces. Currently,...

Hi, I followed the steps as mentioned in the README, I got no errors at all when doing the instructions for `docker pull` and `docker run`. I can see the...

This commit was created with `go mod init && go mod tidy`.

I created [PR](https://github.com/avelino/awesome-go/pull/2401#issuecomment-471189606) to get `gotrace` listed on https://awesome-go.com/. But there is meta-data about the project (code coverage, etc.) missing which is probably not reasonable. Anyway... probably it's reasonable to...

gotrace$ gotrace ./trace.out panic: unsupported trace file version 1.9 (update Go toolchain) 1009 goroutine 1 [running]: main.main() /mnt/e/go/src/github.com/divan/gotrace/main.go:35 +0x2c8

After running the gotrace ./trace.out ./binary.exe If browser window didn't appear, please go to this url: http://localhost:2000 2017/08/28 12:05:26 http: multiple response.WriteHeader calls [ERROR] failed to render params: json: unsupported...

I followed the advice given in this [issue](https://github.com/divan/gotrace/issues/14) But get the following error when trying to install the package: ` ./events.go:50: too many arguments in call to trace.Parse have (io.Reader,...