{"id":13672164,"url":"https://github.com/coolreader18/flamescope","last_synced_at":"2025-10-18T07:48:46.075Z","repository":{"id":57630210,"uuid":"196128263","full_name":"coolreader18/flamescope","owner":"coolreader18","description":"Export flame data to speedscope's format","archived":false,"fork":false,"pushed_at":"2022-09-21T19:34:04.000Z","size":11,"stargazers_count":34,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-20T05:40:18.736Z","etag":null,"topics":["flamegraph","profiling","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/coolreader18.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}},"created_at":"2019-07-10T03:57:22.000Z","updated_at":"2024-03-05T12:02:51.000Z","dependencies_parsed_at":"2022-09-26T20:11:14.927Z","dependency_job_id":null,"html_url":"https://github.com/coolreader18/flamescope","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflamescope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflamescope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflamescope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolreader18%2Fflamescope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coolreader18","download_url":"https://codeload.github.com/coolreader18/flamescope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235600028,"owners_count":19016195,"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":["flamegraph","profiling","rust"],"created_at":"2024-08-02T09:01:28.083Z","updated_at":"2025-10-07T07:30:47.357Z","avatar_url":"https://github.com/coolreader18.png","language":"Rust","readme":"# flamescope\n\nExport [flame](https://github.com/TyOverby/flame) data to\n[speedscope](https://www.speedscope.app/)'s format.\n\n## Usage\n\n```rust\nuse flame;\nuse flamescope;\nuse std::fs::File;\n\nfn main() {\n    let main_guard = flame::start_guard(\"main\");\n    {\n        let _scope_guard = flame::start_guard(\"inner scope\");\n    }\n    main_guard.end();\n    flamescope::dump(\u0026mut File::create(\"flamescope.json\").unwrap()).unwrap();\n}\n```\n\n## License\n\nThis project is licensed under the MIT license. Please see the\n[LICENSE](LICENSE) file for more details.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fflamescope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolreader18%2Fflamescope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolreader18%2Fflamescope/lists"}