diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-21 19:50:02 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2026-04-21 19:50:02 +0200 |
| commit | 115a31165a10d6ef402d0d976821b169270d6503 (patch) | |
| tree | b7ecf3ff61bbfbdee581681e9cab24a3c48cdd2d | |
| parent | 5.8.6 (diff) | |
| download | archived-zen-115a31165a10d6ef402d0d976821b169270d6503.tar.xz archived-zen-115a31165a10d6ef402d0d976821b169270d6503.zip | |
changelog (remove emdash)
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9867e815..d6f24e54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## - Feature: `zen trace` subcommand suite for Unreal Insights `.utrace` files (and emitted by zenserver/zen via --trace options) - - `zen trace analyze` — offline analysis with CPU scope, memory allocation, allocation churn, and callstack reports; symbolication via PDB, DbgHelp, and Microsoft Symbol Server backends; optional HTML output - - `zen trace serve` — embedded HTTP server hosting a browser-based trace viewer (timeline with threads/scopes/regions/bookmarks/log events, memory analysis, stats) for interactive analysis - - `zen trace inspect` — print event schemas from a trace file - - `zen trace trim` — trim a trace file to a time range + - `zen trace analyze` - offline analysis with CPU scope, memory allocation, allocation churn, and callstack reports; symbolication via PDB, DbgHelp, and Microsoft Symbol Server backends; optional HTML output + - `zen trace serve` - embedded HTTP server hosting a browser-based trace viewer (timeline with threads/scopes/regions/bookmarks/log events, memory analysis, stats) for interactive analysis + - `zen trace inspect` - print event schemas from a trace file + - `zen trace trim` - trim a trace file to a time range - Feature: `zen down` new targeting modes - `--pid <pid>` shuts down a specific zen server process by process id - `--executable <name-or-path>` shuts down all zen server processes whose executable matches; a bare filename matches by name only, a path compares in full |