{"id":13744994,"url":"https://github.com/moredip/TickTock","last_synced_at":"2025-05-09T04:33:06.261Z","repository":{"id":835260,"uuid":"554979","full_name":"moredip/TickTock","owner":"moredip","description":"silly little ActionScript stopwatch/profiler/timer/benchmarker","archived":false,"fork":false,"pushed_at":"2010-03-09T22:32:29.000Z","size":79,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T06:34:53.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"thepete.net","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"collectiveidea/audited","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moredip.png","metadata":{"files":{"readme":"README","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":"2010-03-09T22:18:23.000Z","updated_at":"2013-12-25T02:56:04.000Z","dependencies_parsed_at":"2022-08-16T11:05:18.384Z","dependency_job_id":null,"html_url":"https://github.com/moredip/TickTock","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/moredip%2FTickTock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moredip%2FTickTock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moredip%2FTickTock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moredip%2FTickTock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moredip","download_url":"https://codeload.github.com/moredip/TickTock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819735,"owners_count":17375317,"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-08-03T05:01:19.956Z","updated_at":"2024-11-15T17:30:57.511Z","avatar_url":"https://github.com/moredip.png","language":"ActionScript","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"readme":"This is an EXTREMELY simple little stopwatch class. You can measure wall-clock durations in two ways:\n\nvar tt:TickTock = new TickTock();\ntt.start();\ndoSomeWork();\ntt.stop();\ntrace( \"That took \"+tickTock.elapsedTimeInMilliseconds+\" milliesconds\" );\n\nor in a more functional, closure-y style:\n\nvar tt:TickTock = TickTock.measure( function(){\n  doSomeWork();\n});\ntrace( \"That took \"+tickTock.elapsedTimeInMilliseconds+\" milliesconds\" );\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoredip%2FTickTock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoredip%2FTickTock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoredip%2FTickTock/lists"}