Generate octocov custom metrics JSON from the output of valgrind --tool=cachegrind.
$ cat cachegrind.out | octocov-cachegrindgo install:
$ go install github.com/k1LoW/octocov-cachegrind/cmd/octocov-cachegrind@latestdeb:
$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ curl -o octocov-cachegrind.deb -L https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.deb
$ dpkg -i octocov-cachegrind.debRPM:
$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ yum install https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.rpmapk:
$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ curl -o octocov-cachegrind.apk -L https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.apk
$ apk add octocov-cachegrind.apkhomebrew tap:
$ brew install k1LoW/tap/octocov-cachegrindmanually:
Download binary from releases page