{"id":28354060,"url":"https://github.com/junka/malitop","last_synced_at":"2025-07-22T02:32:08.139Z","repository":{"id":294877142,"uuid":"988359192","full_name":"junka/malitop","owner":"junka","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-22T13:16:52.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T22:37:29.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/junka.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,"zenodo":null}},"created_at":"2025-05-22T12:37:02.000Z","updated_at":"2025-05-22T13:16:55.000Z","dependencies_parsed_at":"2025-05-22T14:46:19.424Z","dependency_job_id":"7b75a9c1-8fcc-4eec-96d1-3cfef0ea1b57","html_url":"https://github.com/junka/malitop","commit_stats":null,"previous_names":["junka/malitop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junka/malitop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junka%2Fmalitop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junka%2Fmalitop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junka%2Fmalitop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junka%2Fmalitop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junka","download_url":"https://codeload.github.com/junka/malitop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junka%2Fmalitop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266412355,"owners_count":23924494,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-05-28T02:10:25.891Z","updated_at":"2025-07-22T02:32:08.131Z","avatar_url":"https://github.com/junka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# malitop\n\n\nCollect metrics via mali gpu registers from: https://github.com/ARM-software/libGPUCounters\n\n\n## build\n```\ngit clone https://github.com/junka/malitop.git\ncd malitop\ngit submodule update --init\nmkdir build\ncd build\ncmake .. -DCMAKE_TOOLCHAIN_FILE=armtoolchain.cmake\nmake\n```\n\n## sample output\n```\n------------------------------------------------------------\n GPU Device 0: Mali-G78AE, Arch: valhall\n------------------------------------------------------------\n Cores: 2, Engines 1\n Bus Width: 128\n------------------------------------------------------------\nThreads:\n------------------------------------------------------------\n Frag      NonFrag   GeoPos    GeoVar\n 0.00      0.00      0.00      0.00\n------------------------------------------------------------\nUtilization:\n------------------------------------------------------------\n IRQ       FragQ     NonFragQ  Tiler     NonFrag   Frag      Core      ALU       Texture   LoadStore FragFPKB  Variable\n 0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00\n FMAPipe   CVTPipe   SFUPipe   TexInBus  TexOutBus Any\n 0.00      0.00      0.00      0.00      0.00      0.00\n------------------------------------------------------------\nNon-Frag:\n------------------------------------------------------------\n QJob      QTask     QActiveCy ActiveCy  Thread    QUtil     Util      ThrhputCy QWaitRdCy QWaitIssCy QWaitDepCy QWaitFinCy\n 0         0         0         0         0.00      0.00      0.00      0.00      0         0         0         0\n QWaitFluCy Task      Warp\n 0         0         0\n------------------------------------------------------------\nMMU:\n------------------------------------------------------------\n L2Hit     L2Read    Lookup    L3Read    L3Hit     S2Lookup  S2L3Read  S2L2Read  S2L3Hit   S2L2Hit\n 0         0         0         0         0         0         0         0         0         0\n------------------------------------------------------------\nL2 Cache:\n------------------------------------------------------------\n Lookup    RdLookup  WrLookup  Flush     Read      Write     Snp       L1Read    L1Write   SnpLookup IncSnp    RdMissRat\n 0         0         0         0         0         0         0         0         0         0         0         0.00\n WrMissRat\n 0.00\n------------------------------------------------------------\nExternal Bus:\n------------------------------------------------------------\n WrBt      RdBt      Read      RdNoSnoop RdUnique  OTQ1      OTQ2      OTQ3      Lat0      Lat128    Lat192    Lat256\n 0         0         0         0         0         0         0         0         0         0         0         0\n Lat320    Write     WrNoSnpF  WrNoSnpP  WrSnpFull WrSnpPart WrOTQ1    WrOTQ2    WrOTQ3    Lat384    RdOTQ4    WrOTQ4\n 0         0         0         0         0         0         0         0         0         0.00      0.00      0.00\n------------------------------------------------------------\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunka%2Fmalitop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunka%2Fmalitop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunka%2Fmalitop/lists"}