{"id":22411148,"url":"https://github.com/e3sm-project/perf-scripts","last_synced_at":"2026-03-19T22:47:28.106Z","repository":{"id":82691032,"uuid":"523463778","full_name":"E3SM-Project/perf-scripts","owner":"E3SM-Project","description":"Misc scripts for performance data collection and analysis","archived":false,"fork":false,"pushed_at":"2022-10-12T01:27:22.000Z","size":7812,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-16T04:23:00.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/E3SM-Project.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":"2022-08-10T18:59:10.000Z","updated_at":"2022-08-12T23:10:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"35f6972c-7edb-44f4-892b-eac38919d537","html_url":"https://github.com/E3SM-Project/perf-scripts","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"3cf60a47d6137c24e90fffa3f09130e30f2f9ce5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/E3SM-Project/perf-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fperf-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fperf-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fperf-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fperf-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/E3SM-Project","download_url":"https://codeload.github.com/E3SM-Project/perf-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fperf-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28964423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"online","status_checked_at":"2026-02-01T02:00:08.102Z","response_time":56,"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-12-05T13:13:09.504Z","updated_at":"2026-02-01T02:02:15.336Z","avatar_url":"https://github.com/E3SM-Project.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# perf-scripts\nMisc scripts for performance data collection and analysis\n\n\n## genplot.jl \n\nThis is a Julia script to generate a roofline plot from rocprof profiling data\n\nTo use the script, three Julia packages should be available: CSV, Plots, and PyPlot.\n\nNext, generate rocprof profiling data with your application as explained here (https://docs.olcf.ornl.gov/systems/crusher_quick_start_guide.html#roofline-profiling)\n\nThe script expects a CSV file that has following columns. You can find the formula that generate following data at the link above.\n```\n    KernelName : kernel name\n    Etime : average kernel launch time\n    FP32_FLOPS_PER_SEC : average FP32 FLOPs per second\n    FP64_FLOPS_PER_SEC : average FP64 FLOPs per second\n    FP32_AI : average FP32 arithmetic intensity\n    FP64_AI : average PF64 arithmetic intensity\n```\nIn the julia script, \"P3Name\" variable is used to generate a data point for a particular kernel in the generate roofline plot. You may need to change it with your kernel name.\n\nFinally, run the script.\n\n   `julia ./genplot.jl my_output.csv`\n\nOnce completed successful, the script will generate \"roofline.pdf\" and \"roofline.png\" images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3sm-project%2Fperf-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe3sm-project%2Fperf-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3sm-project%2Fperf-scripts/lists"}