Commit 45c7f3aa authored by Jesse McKenna's avatar Jesse McKenna Committed by Commit Bot

IdleWakeups: Update README formatting for markdown

This change makes the following changes to improve the markdown
formatting of README.md:
* Add spaces between lines to create line breaks where missing
* Replace quotes around console commands with backticks to render them
  in monospace
* Make a link inline

Change-Id: Ib370899c2ee6bba22235598c0626ff2f95a2e1cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374917Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Commit-Queue: Jesse McKenna <jessemckenna@google.com>
Cr-Commit-Position: refs/heads/master@{#801413}
parent 092528e4
...@@ -10,12 +10,14 @@ Open IdleWakeups.sln in Visual Studio and select Build > Build Solution (F7). ...@@ -10,12 +10,14 @@ Open IdleWakeups.sln in Visual Studio and select Build > Build Solution (F7).
IdleWakeups.exe can then be found in src/tools/win/IdleWakeups/x64/Debug/. IdleWakeups.exe can then be found in src/tools/win/IdleWakeups/x64/Debug/.
# Usage # Usage
"IdleWakeups.exe" to match all Chrome processes. `IdleWakeups.exe` to match all Chrome processes.
"IdleWakeups.exe Firefox" to match all Firefox processes.
"IdleWakeups.exe msedge" to match all Edge processes. `IdleWakeups.exe Firefox` to match all Firefox processes.
`IdleWakeups.exe msedge` to match all Edge processes.
The process matching the provided parameter is identified by case-sensitive The process matching the provided parameter is identified by case-sensitive
string prefix, e.g., "some_process" and "some_process.exe" would both work. string prefix, e.g., `some_process` and `some_process.exe` would both work.
When the tool starts it begins gathering and aggregating CPU usage, private When the tool starts it begins gathering and aggregating CPU usage, private
working set size, number of context switches / sec, and power usage for all working set size, number of context switches / sec, and power usage for all
...@@ -25,5 +27,5 @@ median values over the entire measurement interval. ...@@ -25,5 +27,5 @@ median values over the entire measurement interval.
CPU usage is normalized to one CPU core, with 100% meaning one CPU core is CPU usage is normalized to one CPU core, with 100% meaning one CPU core is
fully utilized. fully utilized.
Intel Power Gadget is required to allow IdleWakeups tool to query power usage. [Intel Power Gadget](https://software.intel.com/en-us/articles/intel-power-gadget-20)
https://software.intel.com/en-us/articles/intel-power-gadget-20 is required to allow IdleWakeups tool to query power usage.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment