{"id":17183380,"url":"https://github.com/geod24/tracyd","last_synced_at":"2026-01-06T02:05:15.602Z","repository":{"id":191666449,"uuid":"684537195","full_name":"Geod24/tracyd","owner":"Geod24","description":"About A small wrapper around Tracy profiler for the D programming language","archived":false,"fork":false,"pushed_at":"2023-10-02T23:14:33.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"v0.x.x","last_synced_at":"2025-01-30T03:42:42.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/Geod24.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}},"created_at":"2023-08-29T10:41:37.000Z","updated_at":"2024-06-23T06:45:05.000Z","dependencies_parsed_at":"2023-08-31T02:21:53.219Z","dependency_job_id":"46513f9a-0d18-4301-8e08-b88fef913d7d","html_url":"https://github.com/Geod24/tracyd","commit_stats":null,"previous_names":["geod24/tracyd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geod24%2Ftracyd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geod24%2Ftracyd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geod24%2Ftracyd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geod24%2Ftracyd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geod24","download_url":"https://codeload.github.com/Geod24/tracyd/tar.gz/refs/heads/v0.x.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245388261,"owners_count":20607148,"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-10-15T00:40:24.606Z","updated_at":"2026-01-06T02:05:10.563Z","avatar_url":"https://github.com/Geod24.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tracy for D\n\nThis is a small wrapper around [Tracy](https://github.com/wolfpld/tracy) profiler\nfor the D programming language.\n\n## Documentation\n\n[Documentation](https://github.com/wolfpld/tracy/releases/latest/download/tracy.pdf) for usage and build\ninstructions of the Tracy. TracyD does not come with special documentation.\n\n## Profiling a program execution\n\nJust import `tracyd` module, run the program and open Tracy. Only CPU is profiled by default.\n\n```D\nimport tracyd;\n\nvoid main ()\n{\n    // Your code\n}\n```\n\n### Integrating into your build system\n\nUsing Tracy requires building the C++ library.\nIt is recommended to use either a git submodule or a copy of Tracy in your application.\nProvided you have done so, you would need to call the `Makefile` (or replicate it)\nto build Tracy, and add the resulting object file to your `sourceFiles`.\nA future version will make this step easier.\n\n### Profiling the memory\n\nTracyD includes a modified version of Druntime's conservative GC to trace memory allocations. Memory allocations can be traced when the linked program is executed\nwith the `--DRT-gcopt=\"gc:tracking-conservative\"` parameter.\n\n```Bash\n$ ./program --DRT-gcopt=\"gc:tracking-conservative\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeod24%2Ftracyd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeod24%2Ftracyd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeod24%2Ftracyd/lists"}