gokultp/go-tprof

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/greetings.yml
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
PULL_REQUEST_TEMPLATE.md
README.md
animation.gif
cmd/tprof/OPATH/bin/tprof
go.mod
go.sum
web/README.md
web/assets/README.md
web/assets/buefy.png
web/components/Guage.vue
web/components/Logo.vue
web/components/Pie.vue
web/components/PkgView.vue
web/components/README.md
web/components/Table.vue
web/layouts/README.md
web/layouts/default.vue
web/middleware/README.md
web/package-lock.json
web/package.json
web/pages/README.md
web/pages/index.vue
web/plugins/README.md
web/static/README.md
web/static/favicon.ico
web/store/README.md
web/yarn.lock
yarn.lock
cmd/tprof/main.go34
internal/browser/browser.go18
internal/parser/defaultparser.go21
internal/parser/description.go31
internal/parser/errorparser.go35
internal/parser/factory.go19
internal/parser/iparser.go7
internal/parser/packagestatus.go83
internal/parser/scanner.go40
internal/parser/skippedpackage.go35
internal/parser/teststatus.go49
internal/reports/func.go23