Skip to content

Commit 159cb52

Browse files
authored
feat: update docs
2 parents 169b652 + 39a0b81 commit 159cb52

File tree

7 files changed

+1036
-34
lines changed

7 files changed

+1036
-34
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Cpu Profiling - Tools, Docs, Research
22

33
- [cpu-prof](./packages/cpu-prof/README.md) 🚀
4-
- [@push-based/nx-perf](./packages/nx-perf/README.md)
4+
- [@push-based/nx-perf](./packages/
5+
- nx-perf/README.md)
56

67
## Project Overviews 🌟
78

89
### [@push-based/cpu-prof](./packages/cpu-prof/README.md) 🚀
910

11+
![cli-merge-focus-main-inc-command-overview.png](packages/cpu-prof/docs/imgs/cli-merge-focus-main-inc-command-overview.png)
12+
1013
This package provides tools for Node.js CPU profiling. It allows users to collect and merge CPU profiles, and visualize them as Chrome trace files. Key features include smart defaults for easier profiling, intuitive error messages, the ability to merge multiple CPU profile files, and a TypeScript API for programmatic access. It offers CLI commands like `measure` to collect profiles and `merge` to combine them. It aims to simplify the usage of Node.js's built-in `--cpu-prof` capabilities and centralizes profile output.
1114

1215
### **⚠️ DEPRECATED** [@push-based/nx-perf](./packages/nx-perf/README.md)

0 commit comments

Comments
 (0)