[PR #44] [MERGED] Support logs with multiple runs #164

Closed
opened 2026-02-15 15:55:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/44
Author: @13xforever
Created: 6/2/2018
Status: Merged
Merged: 6/7/2018
Merged by: @Nicba1010

Base: masterHead: parse_last_run


📝 Commits (4)

  • ea89cd0 Support logs with multiple runs
  • edf660b better buffer management
  • a669186 Proper support for old and new format of OpenGL info
  • 9bc86a3 Give GL RENDERER device higher priority to show correct device selected by the switchable graphics with OpenGL renderer

📊 Changes

2 files changed (+119 additions, -41 deletions)

View changed files

📝 bot.py (+13 -8)
📝 log_analyzer.py (+106 -33)

📄 Description

  • Try to parse last run from the logs
  • Optimized memory usage by flushing buffer every 256 KB
  • Indicate if log was too large and parsed settings could reflect not the last run
  • Extract GPU manufacturer and driver version from OpenGL renderer

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/44 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/2/2018 **Status:** ✅ Merged **Merged:** 6/7/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `parse_last_run` --- ### 📝 Commits (4) - [`ea89cd0`](https://github.com/RPCS3/discord-bot/commit/ea89cd0331e4b373eab3868861bed503be25ecdb) Support logs with multiple runs - [`edf660b`](https://github.com/RPCS3/discord-bot/commit/edf660b6d2d0b9b71bd82c8db1d62830dfd78354) better buffer management - [`a669186`](https://github.com/RPCS3/discord-bot/commit/a66918637e61cf7b36974c488a3891f342d34d81) Proper support for old and new format of OpenGL info - [`9bc86a3`](https://github.com/RPCS3/discord-bot/commit/9bc86a3780ade2fdc9cea1b1e09c5019ae8e5822) Give GL RENDERER device higher priority to show correct device selected by the switchable graphics with OpenGL renderer ### 📊 Changes **2 files changed** (+119 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `bot.py` (+13 -8) 📝 `log_analyzer.py` (+106 -33) </details> ### 📄 Description * Try to parse last run from the logs * Optimized memory usage by flushing buffer every 256 KB * Indicate if log was too large and parsed settings could reflect not the last run * Extract GPU manufacturer and driver version from OpenGL renderer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:13 -05:00
yindo closed this issue 2026-02-15 15:55:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#164