{"id":25824167,"url":"https://github.com/utmhikari/lfunctimer","last_synced_at":"2025-09-17T23:33:47.954Z","repository":{"id":100475881,"uuid":"177424409","full_name":"utmhikari/lfunctimer","owner":"utmhikari","description":"a hook module for gathering statistics on executing time of functions","archived":false,"fork":false,"pushed_at":"2019-04-06T11:04:53.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T02:05:06.614Z","etag":null,"topics":["function-profiler","lua","profiler","test","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"C","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/utmhikari.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-03-24T14:17:06.000Z","updated_at":"2023-09-04T07:04:40.000Z","dependencies_parsed_at":"2023-06-26T02:03:54.788Z","dependency_job_id":null,"html_url":"https://github.com/utmhikari/lfunctimer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utmhikari/lfunctimer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmhikari%2Flfunctimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmhikari%2Flfunctimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmhikari%2Flfunctimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmhikari%2Flfunctimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utmhikari","download_url":"https://codeload.github.com/utmhikari/lfunctimer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utmhikari%2Flfunctimer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052431,"owners_count":23406104,"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":["function-profiler","lua","profiler","test","testing-tools"],"created_at":"2025-02-28T12:36:42.011Z","updated_at":"2025-09-17T23:33:47.834Z","avatar_url":"https://github.com/utmhikari.png","language":"C","readme":"# lfunctimer\n\na hook module for gathering statistics on executing time of functions\n\n## Installation\n\n`luarocks install --server=http://luarocks.org/manifests/utmhikari lfunctimer`\n\n## examples\n\nexamples are in the tests lol~\n\n```lua\nlocal lfunctimer = require \"lfunctimer\"\nlfunctimer.set_config({ key = \"value\" })  -- set config before start hook\nlfunctimer.start()  -- set hook on \"call\"s and \"return\"s\n-- do your stuff\nlfunctimer.stop()  -- set hook to noop\nlfunctimer.print_data()  -- print result of function timer\nlfunctimer.reset()  -- reset lfunctimer.data\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmhikari%2Flfunctimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futmhikari%2Flfunctimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futmhikari%2Flfunctimer/lists"}