{"id":18802996,"url":"https://github.com/hadv/go-pprof","last_synced_at":"2026-01-05T10:30:21.261Z","repository":{"id":149599054,"uuid":"175531844","full_name":"hadv/go-pprof","owner":"hadv","description":"Profiling Go Programs","archived":false,"fork":false,"pushed_at":"2019-03-16T14:21:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T20:20:24.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-14T02:13:24.000Z","updated_at":"2019-03-16T14:21:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fbda096-42f5-450e-8d98-33bf8a447b13","html_url":"https://github.com/hadv/go-pprof","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fgo-pprof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fgo-pprof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fgo-pprof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fgo-pprof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadv","download_url":"https://codeload.github.com/hadv/go-pprof/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239735262,"owners_count":19688262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:32:35.936Z","updated_at":"2026-01-05T10:30:21.208Z","avatar_url":"https://github.com/hadv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Profiling Go Programs\n\n## Prerequisites\n\n- Install GraphViz\n\n    ```\n    $ sudo apt install graphviz\n    ```\n\n## Running CPU profile and export data to file\n\n- Running sample CPU profile\n    ```\n    $ go run main.go -cpuprofile cpu.prof\n    ```\n\n- Using `go tool pprof` to visualize the CPU profile on `cpu.prof` file\n    ```\n    $ go tool pprof cpu.prof\n    $ (pprof) pdf\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadv%2Fgo-pprof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadv%2Fgo-pprof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadv%2Fgo-pprof/lists"}