Add "Buffer" progress bar#685
Conversation
|
#684 FYI. |
| public static Build ReadBuild(string filePath) => ReadBuild(filePath, progress: null); | ||
|
|
||
| public static Build ReadBuild(string filePath, Progress progress) | ||
| public static Build ReadBuild(string filePath, Progress progress, Progress bufferUsage = null) |
There was a problem hiding this comment.
Oof, I hadn't realized that this is breaking public API.
Unfortunately I will have to back it out. Sorry about that.
There was a problem hiding this comment.
No problem. Do revert.
There was a problem hiding this comment.
Good old overloads are still a thing.
|
I merged this PR optimistically, but upon reflection I think I'm going to have to revert it.
|
|
|
Don't worry about it, I just pushed the revert: |
|
I would like to avoid regular users paying any perf costs just for developer monitoring tooling. Your buffer utilization progress bar is good, as well as the perf counters, but stuff like this is good to keep in the branch perhaps. Feel free to make a branch with the revert of efb0a57 and use it for local testing. Don't think we need this in the main branch. |
Add a "Buffer" progress bar that will report the BlockingCollection queue length.
Add a "Log Processing Statistics" to report the performance of the each type events.
Add a menu option to clear recently opened history.