Skip to content

DevTools: Analytic tools #102

Description

@MasterZydra

See https://www.youtube.com/watch?v=IdpD5QIVOKQ

  • Analytic tool for PHP developer: Why is my PHP code slow?
  • Analytic tool for QIQ developer: Why is QIQ slow?
    Maybe the go internal logic can be reused?
    go test -bench=. -cpuprofile cpu.pprof
    go tool pprof cpu.pprof
    go tool pprof -http=:8080 cpu.pprof

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions