{"id":18291059,"url":"https://github.com/hakdogan/simpleprofiler","last_synced_at":"2026-02-08T08:01:39.228Z","repository":{"id":145613157,"uuid":"228802035","full_name":"hakdogan/simpleprofiler","owner":"hakdogan","description":"About using custom annotations and processing them.","archived":false,"fork":false,"pushed_at":"2025-01-03T19:24:33.000Z","size":20,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T13:53:19.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/hakdogan.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}},"created_at":"2019-12-18T09:14:33.000Z","updated_at":"2022-12-12T14:24:21.000Z","dependencies_parsed_at":"2023-11-30T12:46:40.716Z","dependency_job_id":null,"html_url":"https://github.com/hakdogan/simpleprofiler","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/hakdogan%2Fsimpleprofiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakdogan%2Fsimpleprofiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakdogan%2Fsimpleprofiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakdogan%2Fsimpleprofiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakdogan","download_url":"https://codeload.github.com/hakdogan/simpleprofiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550622,"owners_count":21122934,"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":[],"created_at":"2024-11-05T14:13:04.569Z","updated_at":"2026-02-08T08:01:34.198Z","avatar_url":"https://github.com/hakdogan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIMPLE PROFILER\n[![Build Status](https://travis-ci.org/hakdogan/simpleprofiler.svg?branch=master)](https://travis-ci.org/hakdogan/simpleprofiler)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.kodcu%3Asimple-profiler\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.kodcu%3Asimple-profiler)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.kodcu%3Asimple-profiler\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=com.kodcu%3Asimple-profiler)\n\nThis application demonstrates how to use custom annotations and processing them in around a simple profiling example.\n\n## How to Use\n\nFor short information\n\n```java\n@Monitor(MonitorPolicy.SHORT)\n    private static void getUserInfo(){\n        // //Make HTTP request...\n    }\n```\n\nResult of\n```\nTotal execution time of getShortUserInfo method is 326 ms\n```\n\nFor detailed information\n```java\n@Monitor(MonitorPolicy.DETAILED)\n    private static void getUserInfo(){\n        // //Make HTTP request...\n    }\n```\n\nResult of\n```\nThe getDetailUserInfo method start time is 2019-12-29 15:43:21 end time is 2019-12-29 15:43:22 , total execution time as milliseconds is 351\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakdogan%2Fsimpleprofiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakdogan%2Fsimpleprofiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakdogan%2Fsimpleprofiler/lists"}