{"id":15236531,"url":"https://github.com/BalticAmadeus/ProPeek","last_synced_at":"2025-10-05T01:31:02.216Z","repository":{"id":195572877,"uuid":"640896499","full_name":"BalticAmadeus/ProPeek","owner":"BalticAmadeus","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-29T10:34:43.000Z","size":5314,"stargazers_count":5,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-09-29T19:44:48.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BalticAmadeus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-15T11:02:19.000Z","updated_at":"2025-08-25T17:12:41.000Z","dependencies_parsed_at":"2023-09-18T20:35:05.776Z","dependency_job_id":"73e0cbb9-5749-41b7-bdaf-3840ca979901","html_url":"https://github.com/BalticAmadeus/ProPeek","commit_stats":null,"previous_names":["balticamadeus/propeek"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/BalticAmadeus/ProPeek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BalticAmadeus%2FProPeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BalticAmadeus%2FProPeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BalticAmadeus%2FProPeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BalticAmadeus%2FProPeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BalticAmadeus","download_url":"https://codeload.github.com/BalticAmadeus/ProPeek/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BalticAmadeus%2FProPeek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399626,"owners_count":25980330,"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-10-04T02:00:05.491Z","response_time":63,"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-09-29T10:00:27.148Z","updated_at":"2025-10-05T01:31:02.210Z","avatar_url":"https://github.com/BalticAmadeus.png","language":"TypeScript","funding_links":[],"categories":["IDE"],"sub_categories":["Visual Studio Code"],"readme":"# ProPeek\n\nAn extension for Progress Openedge Profiler.\n\n## Current status\n\nThis open source project is in active development. Our goal is to simplify the access to Progress Openedge Profiler when using VS Code as a development environment.\n\n## Opening instructions\n\nThere are 3 option how to open view:\n\n- In file explorer right click profiler file and select \"Show Profiler\"\n- In open profiler file right click and select \"Show Profiler\"\n- In open profiler file click this icon ![image](https://github.com/BalticAmadeus/ProPeek/assets/78811378/85a47e21-5e96-4c15-b5e9-6f2c59eb3afe) on the top right corner\n\n![proPeek Demo](resources/images/propeek-open.webp)\n\n## Features\n\n- Load and view _.prof_ and _.out_ profiler file\n  - View Module details.\n    - Jump to code (double click module name or line number).\n    - Jump to listing file (files must be under ~/listing/ directory).\n  - View Calling/Called module details.\n  - View Line Summary.\n  - View Code in Monaco Editor.\n- Treeview.\n  - Jump to module details (double click)\n  - Jump to code (CTRL + left click)\n- Flamegraph.\n  - Ability to filter modules by text.\n  - Ability to filter modules by constructor and destructor.\n  - Ability to toggle graph type.\n  - Jump to module details (double click)\n  - Jump to code (CTRL + left click)\n- Compare tab for multiple profilers.\n  - View differences between each module.\n  - Switch between profilers.\n  - Ability to see difference in percentage.\n- Profiler Start/Stop Snippets.\n\n## Instructions to activate Code View and Jump to Code\n\n![proPeek Monaco](resources/images/MonacoEditor.png)\n\nTo be able to view Monaco Editor or use jump to code feature you have to either\n- open profiler from your project directory (with openedge-project.json file in root of your project) or\n- generate profiler with listing files.\n\n### Example `openedge-project.json`:\n\n```json\n{\n  \"name\": \"sample\",\n  \"version\": \"1.0\",\n  \"oeversion\": \"12.8\",\n  \"graphicalMode\": false,\n  \"charset\": \"utf-8\",\n  \"extraParameters\": \"\",\n  \"buildPath\": [\n    {\n      \"type\": \"source\",\n      \"path\": \"src\"\n    },\n    {\n      \"type\": \"propath\",\n      \"path\": \"src\"\n    }\n  ],\n  \"dbConnections\": [],\n  \"numThreads\": 1,\n  \"procedures\": [],\n  \"profiles\": []\n}\n```\n\n## Related work\n\n- [vscode-abl](https://github.com/chriscamicas/vscode-abl) a VSCode plugin for ABL.\n- [ProBro](https://github.com/BalticAmadeus/ProBro) a VSCode plugin for browsing Progress Openedge Database.\n\n## Sponsored by [Baltic Amadeus](https://www.ba.lt/en)\n\n[![BA](https://raw.githubusercontent.com/BalticAmadeus/ProBro/main/resources/images/Balticmadeus_RGB-01.jpg)](https://www.ba.lt/en)\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBalticAmadeus%2FProPeek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBalticAmadeus%2FProPeek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBalticAmadeus%2FProPeek/lists"}