Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 11, 2024
1 parent a04c354 commit 13e0d67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 0.5.1 (2024-05-10)

- Added transformation from `parent` to `children` for call tree nodes for `.cpuprofile` files if needed (fixes #5)
- Implemented exclusion of ending no-sample time. For certain profiles, the time from the last sample until `endTime` can be significant, indicating the conclusion of the profiling session or adjustments from excluding idle samples at the end. This time is now excluded from the `Profiling time` which used for computing time percentages
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpupro",
"version": "0.5.0",
"version": "0.5.1",
"description": "Rethinking of CPU profile (collected in Node.js or Chromium browsers) analysis",
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
"license": "MIT",
Expand Down

0 comments on commit 13e0d67

Please sign in to comment.