{"id":23107325,"url":"https://github.com/artus/aevum","last_synced_at":"2025-04-03T22:43:09.863Z","repository":{"id":107403950,"uuid":"171028424","full_name":"artus/aevum","owner":"artus","description":"⏱️ Time the execution of your code","archived":false,"fork":false,"pushed_at":"2019-02-19T20:53:40.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T10:31:24.326Z","etag":null,"topics":["code-metrics","java","java-8","maven","metrics","stopwatch"],"latest_commit_sha":null,"homepage":"","language":"Java","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/artus.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-02-16T17:02:14.000Z","updated_at":"2023-03-05T00:37:48.000Z","dependencies_parsed_at":"2023-06-25T23:55:36.328Z","dependency_job_id":null,"html_url":"https://github.com/artus/aevum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artus%2Faevum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artus%2Faevum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artus%2Faevum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artus%2Faevum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artus","download_url":"https://codeload.github.com/artus/aevum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092374,"owners_count":20882217,"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":["code-metrics","java","java-8","maven","metrics","stopwatch"],"created_at":"2024-12-17T01:13:12.792Z","updated_at":"2025-04-03T22:43:09.858Z","avatar_url":"https://github.com/artus.png","language":"Java","readme":"# Aevum\n## Time code execution\n\n[![Build Status](https://travis-ci.org/artus/aevum.svg?branch=master)](https://travis-ci.org/artus/aevum)\n\n## Example\n\n```java\nProcessTimer myTimer = new ProcessTimer();\nmyTimer\n    .onStart(timer -\u003e System.out.println(\"Started counting to 10\"))\n    .onStop(timer -\u003e System.out.println(\"Stopped counting to 10\"))\n    .time(() -\u003e {\n        int count = 0;\n        while (count \u003c 10) System.out.println(++count);\n    });\n\nSystem.out.println(String.format(\"Counting to 10 took %d milliseconds.\", myTimer.getDuration().toMillis()));\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartus%2Faevum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartus%2Faevum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartus%2Faevum/lists"}