{"id":19121028,"url":"https://github.com/mguludag/exec_time","last_synced_at":"2026-06-20T01:31:15.394Z","repository":{"id":42592205,"uuid":"409776898","full_name":"mguludag/exec_time","owner":"mguludag","description":"A simple C++ header for prints function execution time with RAII, macros and chrono","archived":false,"fork":false,"pushed_at":"2021-09-24T17:41:39.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T02:41:06.182Z","etag":null,"topics":["chrono","cpp","macros","performance-metrics","raii","test"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mguludag.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":"2021-09-23T23:58:26.000Z","updated_at":"2022-07-05T19:47:02.000Z","dependencies_parsed_at":"2022-09-21T21:23:53.538Z","dependency_job_id":null,"html_url":"https://github.com/mguludag/exec_time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mguludag/exec_time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fexec_time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fexec_time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fexec_time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fexec_time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mguludag","download_url":"https://codeload.github.com/mguludag/exec_time/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fexec_time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34554511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["chrono","cpp","macros","performance-metrics","raii","test"],"created_at":"2024-11-09T05:15:50.491Z","updated_at":"2026-06-20T01:31:15.372Z","avatar_url":"https://github.com/mguludag.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exec_time\nA simple C++ header for prints function execution time with RAII, macros and chrono\n\n## Usage\n\n```C++\n#include \u003cexec_time\u003e\n\nint main()\n{\n  auto et = exec_time_ms;\n  std::cout \u003c\u003c \"exec_time_example\" \u003c\u003c std::endl;\n  exec_time_elapsed(et);  // main from line 11 to 13 executed in 80.765 ms\n  return 0;\n} // main from line 11 to end executed in 90.036 ms\n```\n### Macros for construct exec_time_impl object\n```C++\n  exec_time_ns;\n  exec_time_us;\n  exec_time_ms;\n  exec_time_s;\n  exec_time_m;\n  exec_time_h;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmguludag%2Fexec_time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmguludag%2Fexec_time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmguludag%2Fexec_time/lists"}