{"id":16036297,"url":"https://github.com/cirocosta/stacksearch","last_synced_at":"2025-04-05T05:13:16.398Z","repository":{"id":73883906,"uuid":"220502038","full_name":"cirocosta/stacksearch","owner":"cirocosta","description":"discover callstacks in which functions of interest are called.","archived":false,"fork":false,"pushed_at":"2019-11-11T00:14:52.000Z","size":19,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T23:20:01.618Z","etag":null,"topics":["golang","pprof"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cirocosta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-08T16:04:59.000Z","updated_at":"2024-06-19T06:36:31.281Z","dependencies_parsed_at":null,"dependency_job_id":"6cb8f607-590d-4757-9be8-986367caf7e1","html_url":"https://github.com/cirocosta/stacksearch","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/cirocosta%2Fstacksearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Fstacksearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Fstacksearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Fstacksearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirocosta","download_url":"https://codeload.github.com/cirocosta/stacksearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289430,"owners_count":20914464,"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":["golang","pprof"],"created_at":"2024-10-08T22:02:36.080Z","updated_at":"2025-04-05T05:13:16.377Z","avatar_url":"https://github.com/cirocosta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stacksearch\n\ndiscover callstacks in which functions of interest are called.\n\n\n## usage\n\n1. collect a profile\n\n```console\n$ curl localhost:1337/debug/pprof/heap \u003e ./heap.1.pprof\n```\n\n\n2. search for your function of interest\n\n```console\n$ stacksearch -p './heap.1.pprof' time.After\ntime.NewTimer\ntime.After\ngithub.com/concourse/dex/server.(*Server).newHealthChecker.func1\n\ntime.NewTimer\ntime.After\ngithub.com/concourse/dex/server.(*Server).startKeyRotation.func1\n\ntime.NewTimer\ntime.After\ngithub.com/concourse/concourse/atc/scheduler.(*Runner).Run\ngithub.com/tedsuo/ifrit.(*process).run\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirocosta%2Fstacksearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirocosta%2Fstacksearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirocosta%2Fstacksearch/lists"}