-
Hi, I run `bash fetchData.sh start_date=0d0 end_date=1d1` to download the files. And I extract `CallGraph/CallGraph_0.tar.gz` to get `CallGraph_0.csv`.
I use csvq to parse the csv, then I got `par…
-
Hi Team,
Thank you for this amazing project! I was able to generate a call graph with the dependencies' calls as mentioned. I wanted to check if this project includes a feature to examine the call …
-
```
#!watchflakes
default
-
Hi River @River707 @tensorflower-gardener ,In `CallGraph Analysis`, I find a `AbstractEdge` will always be added to target `CallGraphNode` from `externalCallerNode`, no matter the target is a `public…
-
The following comment has been posted by @maxloeffler in #260:
---
Unfortunately, somewhat about their new version breaks in our usage of `igraph::disjoint_union` (which worked pri…
-
Hello!
I have run cclyzer with the default context-insensitive analysis on:
```c
#include "stdio.h"
void a() {
printf("Hello world!");
}
int main (int argc, char* argv[]) {
a();
retu…
-
#63 でvba-callgraphプロジェクトがmavenLocal()にpublishできるようにした。kazurayamは普段macで作業しているが、Windowsでもvba-callgraphをpublishMavenLocalできるだろうと思ったからだ。
ところがWindows11パソコンでpublishMavenLocalしようとしたら準備不足がたくさん見つかった。たとえばpub…
-
Despite the fact that a call graph can be built from a flame graph or a profile in pprof format, the new use-case specific API will significantly help us integrate call graphs into the Pyroscope UI.
…
-
Hello, i am using go-callvis with the rta algorithm. However i got a panic with it:
```
$ go-callvis -algo rta .
panic: T
goroutine 1 [running]:
golang.org/x/tools/go/callgraph/rta.(*rta).addR…
-
### Go version
go version go1.22.1 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='auto'
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/usr/Library/Caches/go-build'
…