{"id":21146344,"url":"https://github.com/bhallstein/wtools","last_synced_at":"2025-07-29T07:39:05.381Z","repository":{"id":143863322,"uuid":"261567136","full_name":"bhallstein/WTools","owner":"bhallstein","description":"Small standalone C++ helpers for hobbyist game projects. Windows \u0026 Mac.","archived":false,"fork":false,"pushed_at":"2022-06-06T22:48:57.000Z","size":1015,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T13:44:10.157Z","etag":null,"topics":[],"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/bhallstein.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":"2020-05-05T19:41:20.000Z","updated_at":"2020-05-13T12:48:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"57979601-3e55-4b56-8fca-39a7ee36484f","html_url":"https://github.com/bhallstein/WTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhallstein/WTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2FWTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2FWTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2FWTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2FWTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhallstein","download_url":"https://codeload.github.com/bhallstein/WTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2FWTools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267647664,"owners_count":24121319,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-11-20T08:52:38.686Z","updated_at":"2025-07-29T07:39:05.338Z","avatar_url":"https://github.com/bhallstein.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"WTimer\n======\n\nWTimer is a small, standlone highish-resolution timer class, useful for quick ’n dirty profiling, getting inter-frame update times, etc.\n\n    #include \"WTimer.h\"\n\t\n\tWTimer t;\n\t// do something\n\tunsigned long task1_duration = t.getMicroseconds();\n\n\tt.reset();\n\t// do something else\n\tunsigned long task2_duration = t.getMicroseconds();\n\t\n(Repo-ising because I find I want this type of thing all the time, but always forget exactly how `gettimeofday` works.)\n\nWTimer was modified from the Ogre source code. It was once part of my erstwhile [W](http://ben.am/w) library.\n\n– Ben Hallstein, Oct 2014\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fwtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhallstein%2Fwtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fwtools/lists"}