{"id":30302403,"url":"https://github.com/jojomi/minprofile","last_synced_at":"2025-08-17T05:09:16.993Z","repository":{"id":57519480,"uuid":"84983402","full_name":"jojomi/minprofile","owner":"jojomi","description":"Minimal golang profiling library. Get a quick overview of where time is spent in your code.","archived":false,"fork":false,"pushed_at":"2017-04-10T16:02:05.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T01:53:07.648Z","etag":null,"topics":["go","golang","profile","profiler","profiling","quick","simple"],"latest_commit_sha":null,"homepage":"","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/jojomi.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}},"created_at":"2017-03-14T18:24:54.000Z","updated_at":"2017-03-14T22:49:56.000Z","dependencies_parsed_at":"2022-08-29T23:41:17.060Z","dependency_job_id":null,"html_url":"https://github.com/jojomi/minprofile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jojomi/minprofile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojomi%2Fminprofile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojomi%2Fminprofile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojomi%2Fminprofile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojomi%2Fminprofile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jojomi","download_url":"https://codeload.github.com/jojomi/minprofile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojomi%2Fminprofile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579581,"owners_count":24610043,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["go","golang","profile","profiler","profiling","quick","simple"],"created_at":"2025-08-17T05:09:16.466Z","updated_at":"2025-08-17T05:09:16.972Z","avatar_url":"https://github.com/jojomi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minprofile\n\nMinimum golang profiling library. Get a quick overview of where time is spent in your code.\n\n[![Godoc Documentation](https://godoc.org/github.com/jojomi/minprofile?status.svg)](http://godoc.org/github.com/jojomi/minprofile) [![Build Status](https://api.travis-ci.org/jojomi/minprofile.svg?branch=master)](https://travis-ci.org/jojomi/minprofile) [![Go Report Card](https://goreportcard.com/badge/github.com/jojomi/minprofile)](https://goreportcard.com/report/github.com/jojomi/minprofile) [![Coverage Status](https://coveralls.io/repos/github/jojomi/minprofile/badge.svg?branch=master)](https://coveralls.io/github/jojomi/minprofile?branch=master)\n\n## Install\n\n    go get github.com/jojomi/minprofile\n\n\n## Usage\n\n    import (\n      \"github.com/jojomi/minprofile\"\n    )\n\n    p := minprofile.NewStarted()\n    time.Sleep(1100 * time.Millisecond) // actually here should be your application code\n    p.StepP(\"hard task finished\")\n    time.Sleep(250 * time.Millisecond) // actually here should be your application code\n    p.StepP(\"easy task finished\")\n\nDefault output channel is `os.Stdout`, but can be configured using `Profile.OutputWriter`.\n\n\n## Output\n\nExample output from above:\n\n    PROF: Σ=1.1001571s, Δ=1.1001571s   (hard task finished)\n    PROF: Σ=1.3501727s, Δ=250.0156ms   (easy task finished)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojomi%2Fminprofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjojomi%2Fminprofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojomi%2Fminprofile/lists"}