Skip to content

Commit b79e276

Browse files
emerybergerclaude
andcommitted
Simplify viewer docs now that coz plot loads any profile
- Remove remote system instructions (no longer needed) - Document -i flag for loading specific profiles - Simplify online viewer mention 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 06d79c4 commit b79e276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A number of the benchmarks are from the Phoenix benchmark suite, and several req
118118

119119
### Viewer
120120

121-
After profiling, run `coz plot` to automatically open your results in the browser. If you're on a remote system, transfer `profile.coz` to your local machine and visit [https://coz-profiler.github.io/coz-ui/](https://coz-profiler.github.io/coz-ui/) to load it.
121+
After profiling, run `coz plot` to automatically open your results in the browser. To view a specific profile, use `coz plot -i /path/to/profile.coz`.
122122

123123
You may need to adjust the "Minimum Points" slider to see results if the profile has limited data.
124124

@@ -148,7 +148,7 @@ When coz tests a hypothetical optimization it will report the effect of that opt
148148
Coz has command line options to specify progress points when profiling the application instead of modifying its source. This feature is currently disabled because it did not work particularly well. Adding support for better command line-specified progress points is planned in the near future.
149149

150150
## Processing Results
151-
Run `coz plot` to launch a local web server and automatically open your profile in the browser. For remote systems, visit [https://coz-profiler.github.io/coz-ui/](https://coz-profiler.github.io/coz-ui/) and load your `profile.coz` file. The online viewer also includes sample profiles from PARSEC benchmarks.
151+
Run `coz plot` to launch a local web server and automatically open your profile in the browser. You can also visit [https://coz-profiler.github.io/coz-ui/](https://coz-profiler.github.io/coz-ui/) to use the online viewer, which includes sample profiles from PARSEC benchmarks.
152152

153153
## Sample Applications
154154
The `benchmarks/` directory includes several small programs with progress points already wired up. Once you configure with `-DBUILD_BENCHMARKS=ON` (see above), you can run them straight from the build tree:

0 commit comments

Comments
 (0)