Mukund Raghav Sharma (Moko)

Results 7 issues of Mukund Raghav Sharma (Moko)

- Added a new column representing accumulative gc pause % computed as: ``Cumulative Sum(TraceGC.PauseDurationMSec) / Total Elapsed Time From The Start of Monitoring * 100%``. - Updated the ``ColumnInfoMap`` to...

Currently we have inconsistent formatting and styles. By enforcing the editorconfig rules, we can ensure there is uniformity in the format / styles of the code. Might be overkill to...

In an effort to separate out the core logic for: __1. Better testability__ - Adding functional tests will be easier now that we have removed the Console App based calls...

Related to #39, now that we are planning to incorporate the ``Spectre.Console`` API, makes sense to replace all usage of the ``Sharprompt`` API for the prompts and remove the reference...

To help with #23, only subscribe to GC events for the process requested by the user; we are currently subscribing to all processes' GC data, a majority of which we...

Now that we are adding an increasing number of command line conditions, automated functional tests will be essential to efficiently test out conditions. The conditions to test could include: 1....

Possibly outputting the result of the monitoring in different formats that could be: - A simple text file - CSV - JSON The format type could be specified by a...