Skip to content

Commit

Permalink
Corrected header mismatch between docs & code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengor committed May 21, 2021
1 parent 6353dd3 commit 8b3ec70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ If the application does not run you may need to install the [Microsoft Visual C+

### What info does it parse?
For each file it parses as much as it can find of the following (I imagine I'm not the only one who's had a plot interrupted):
* Log filename
* Temp dir 1
* Temp dir 2
* Log filename
* Plot ID
* Plot size
* Buffer size
Expand All @@ -54,16 +54,16 @@ For each file it parses as much as it can find of the following (I imagine I'm n
* Stripe size
* Start date
* Phase 1 duration
* Phase 1 CPU
* Phase 1 CPU %
* Phase 2 duration
* Phase 2 CPU
* Phase 2 CPU %
* Phase 3 duration
* Phase 3 CPU
* Phase 3 CPU %
* Phase 4 duration
* Phase 4 CPU
* Phase 4 CPU %
* Total time (sec)
* Total time
* Total CPU
* Total CPU %
* Copy time
* Plot filename

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) {
if (out_file.is_open()) {
if (filesystem::file_size(out_filename) == 0) {
out_file <<
"Filename," <<
"Log filename," <<
"Temp dir 1," <<
"Temp dir 2," <<
"Plot ID," <<
Expand Down

0 comments on commit 8b3ec70

Please sign in to comment.