{"id":26601353,"url":"https://github.com/clonkk/timelog","last_synced_at":"2025-03-23T18:39:29.018Z","repository":{"id":54835507,"uuid":"319935692","full_name":"Clonkk/timelog","owner":"Clonkk","description":"Small package to log timings","archived":false,"fork":false,"pushed_at":"2021-10-19T09:28:04.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T19:59:09.112Z","etag":null,"topics":["logging","nim","template","timer"],"latest_commit_sha":null,"homepage":"https://clonkk.github.io/timelog/","language":"Nim","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/Clonkk.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}},"created_at":"2020-12-09T11:29:58.000Z","updated_at":"2021-10-19T09:27:32.000Z","dependencies_parsed_at":"2022-08-14T04:20:14.528Z","dependency_job_id":null,"html_url":"https://github.com/Clonkk/timelog","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonkk%2Ftimelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonkk%2Ftimelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonkk%2Ftimelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonkk%2Ftimelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clonkk","download_url":"https://codeload.github.com/Clonkk/timelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245152627,"owners_count":20569395,"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":["logging","nim","template","timer"],"created_at":"2025-03-23T18:39:28.518Z","updated_at":"2025-03-23T18:39:29.015Z","avatar_url":"https://github.com/Clonkk.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timelog\n\nA simple nimble package to log execution time\n\n```nim\ntimelog(\"my_identifier\"):\n  callMyProc()\n```\n\nIt is possible to hide the timing behind a define. Doing so will only log if `-d:mydefine` is passed to the Nim compiler \n\n```nim\ntimelog(\"my_identifier\", mydefine):\n  callMyProc()\n```\n## Installation\n\n``nimble install timelog``\n\n## Documentation\n\n### Read\n\nhttps://clonkk.github.io/timelog/\n\n\n### Generation\n\nGenerate documentation ``nimble doc src/timelog.nim --outdir:docs/``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonkk%2Ftimelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclonkk%2Ftimelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonkk%2Ftimelog/lists"}