Skip to content

Commit

Permalink
Merge pull request #342 from krathalan/master
Browse files Browse the repository at this point in the history
Add output_folder config option to MangoHud.conf and update readme
  • Loading branch information
flightlessmango authored Sep 8, 2020
2 parents b163fa6 + 5f4dade commit 96bf797
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,13 @@ All vulkan vsync options might not be supported on your device, you can check wh

## MangoHud FPS logging

When you toggle logging (using the keybind `Shift_L+F2`), a file is created with your chosen name (using `output_file`) plus a date & timestamp.
You must set a valid path for `output_folder` in your configuration to store logs in.

This file can be uploaded to [Flightlessmango.com](https://flightlessmango.com/games/user_benchmarks) to create graphs automatically.
you can share the created page with others, just link it.
When you toggle logging (using the keybind `Shift_L+F2`), a file is created with the game name plus a date & timestamp in your `output_folder`.

Log files can be uploaded to [Flightlessmango.com](https://flightlessmango.com/games/user_benchmarks) to create graphs automatically.

You can share the created page with others, just link it.

#### Multiple log files

Expand Down
4 changes: 2 additions & 2 deletions bin/MangoHud.conf
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ background_alpha=0.5

### Set amount of time in second that the logging will run for
# log_duration
### Define name and location of the output file (Required for logging)
# output_file
### Set location of the output files (Required for logging)
# output_folder = /home/<USERNAME>/mangologs
### Permit uploading logs directly to Flightlessmango.com
# permit_upload=1
### Define a '+'-separated list of percentiles shown in the benchmark results.
Expand Down

0 comments on commit 96bf797

Please sign in to comment.