cpuprofilify
Profiler converter
Converts profiling output to a format used by Chrome DevTools
Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.
167 stars
7 watching
16 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 90 |
microsoft/vscode-js-profile-visualizer | An editor extension that displays .cpuprofile files in VS Code. | 139 |
sfninja/thetool | A command-line tool to capture and analyze performance profiles of Node.js applications in Chrome DevTools format. | 222 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,465 |
thetumultuousunicornofdarkness/cpu-x | An application that gathers information on CPU, motherboard, and more for Linux and FreeBSD systems | 2,048 |
polynominal/piefiller | A graphical profiler that collects performance data for Love2D applications and provides visual representation and customizable key bindings. | 23 |
profefe/kube-profefe | Provides continuous profiling capabilities in Kubernetes environments | 78 |
giginet/xcprofiler | A tool to measure compilation time of Swift projects. | 334 |
seanmiddleditch/yardstick | A profiling library and visualization toolset for C++ applications. | 8 |
fabfuel/prophiler | A tool to measure and visualize performance of web applications | 443 |
becheran/roumon | A tool to monitor and analyze the performance of concurrent programs in real-time. | 188 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
iglaweb/tfprofiler | An app for profiling and optimizing the performance of TensorFlow Lite models on mobile devices | 27 |
coderplay/perfj | A wrapper that enables profiling of Java programs using Linux perf's system profiler capabilities | 352 |
tmm1/rblineprof | A line profiler for Ruby programming language | 771 |