pprof-to-md
getting pprof format ingestable by LLMs
File Explorer
Download Latest Version (.zip)- ci.yml
- config.json
- package.json
- profile-server.ts
- profile.pb.gz
- server.ts
- benchmark.ts
- package.json
- server.ts
- package.json
- server.ts
- benchmark.ts
- package.json
- server.ts
- package.json
- profile-server.ts
- profile.pb.gz
- server.ts
- adaptive.ts
- detailed.ts
- index.ts
- summary.ts
- analyzer.ts
- cli.ts
- index.ts
- parser.ts
- source-resolver.ts
- types.ts
- cpu-test.pb.gz
- heap-test.pb.gz
- analyzer.test.ts
- formatter.test.ts
- generate-profiles.ts
- parser.test.ts
- .gitignore
- .npmrc
- EVAL_PLAN.md
- EVALS_REPORT.md
- package-lock.json
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/platformatic/pprof-to-md
Downloads the entire project code from GitHub to your computer.
cd pprof-to-md
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install pprof-to-md
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
