{"id":16190986,"url":"https://github.com/maxmellon/quick-timing","last_synced_at":"2026-02-03T23:02:15.271Z","repository":{"id":44037392,"uuid":"224788348","full_name":"MaxMEllon/quick-timing","owner":"MaxMEllon","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-18T02:36:44.000Z","size":2816,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T19:06:03.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/MaxMEllon.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-11-29T06:11:22.000Z","updated_at":"2024-02-14T07:46:54.000Z","dependencies_parsed_at":"2024-10-30T08:41:50.063Z","dependency_job_id":null,"html_url":"https://github.com/MaxMEllon/quick-timing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxMEllon/quick-timing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fquick-timing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fquick-timing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fquick-timing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fquick-timing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxMEllon","download_url":"https://codeload.github.com/MaxMEllon/quick-timing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fquick-timing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29060630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T22:28:58.191Z","status":"ssl_error","status_checked_at":"2026-02-03T22:28:56.515Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T07:44:38.390Z","updated_at":"2026-02-03T23:02:15.249Z","avatar_url":"https://github.com/MaxMEllon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quick-timing\n\n[![npm version](https://badge.fury.io/js/quick-timing.svg)](https://badge.fury.io/js/quick-timing)\n\n## About\n\nYou want to measure a function\n\nEx. Let's measure the `targetFunction()`\n\n```javascript\nconst value = targetFunction()\n```\n\nIn many cases has next code.\n\n```javascript\nperformance.mark('start')\nconst value = targetFunction()\nperformance.mark('end')\nperformance.measure('targetFunction', 'start', 'end')\n```\n\nJust use this...\n\n```javascript\nimport { measure } from 'quick-timing'\n\nconst value = measure(() =\u003e targetFunction())\n```\n\n\u003e Like a `useMemo` interface in React.\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fquick-timing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmellon%2Fquick-timing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fquick-timing/lists"}