|
| From: | Peter Kessler OS |
| Subject: | Patch for bug #64201 |
| Date: | Tue, 16 May 2023 21:07:26 +0000 |
|
Here is a patch for
#64201, fixing the typo. I think the removal of the blank line at the end of the file is just because I use an editor that removes trailing empty lines. That's not a functional part of the patch. ... peter $ git diff HEAD^ diff --git a/README b/README index db2363a..c48ee2d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ The GNU gprofng GUI is a feature rich graphical user interface for the GNU gprofng tool. It makes it possible to interactively analyze and compare gprofng profiling experiments. Users can drill into an applications profile together with the applications code to gather an understanding and insight into -what an application is doing throughout it's runtime. +what an application is doing throughout its runtime. The GUI is a Java application utilizing the Swing GUI framework. @@ -21,4 +21,3 @@ To build and install gprofng GUI: To run the GUI: $PREFIX/bin/gprofng display gui [gui-options] [experiment] - |
| [Prev in Thread] | Current Thread | [Next in Thread] |